AwsOrganizationalDataMaster Class

public final class AwsOrganizationalDataMaster
extends AwsOrganizationalData

The AWS organization data for the master account.

Constructor Summary

Constructor Description
AwsOrganizationalDataMaster()

Creates an instance of AwsOrganizationalDataMaster class.

Method Summary

Modifier and Type Method and Description
List<String> excludedAccountIds()

Get the excludedAccountIds property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.

String stacksetName()

Get the stacksetName property: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.

void validate()

Validates the instance.

AwsOrganizationalDataMaster withExcludedAccountIds(List<String> excludedAccountIds)

Set the excludedAccountIds property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.

AwsOrganizationalDataMaster withStacksetName(String stacksetName)

Set the stacksetName property: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.

Methods inherited from AwsOrganizationalData

Methods inherited from java.lang.Object

Constructor Details

AwsOrganizationalDataMaster

public AwsOrganizationalDataMaster()

Creates an instance of AwsOrganizationalDataMaster class.

Method Details

excludedAccountIds

public List excludedAccountIds()

Get the excludedAccountIds property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.

Returns:

the excludedAccountIds value.

stacksetName

public String stacksetName()

Get the stacksetName property: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.

Returns:

the stacksetName value.

validate

public void validate()

Validates the instance.

Overrides:

AwsOrganizationalDataMaster.validate()

withExcludedAccountIds

public AwsOrganizationalDataMaster withExcludedAccountIds(List excludedAccountIds)

Set the excludedAccountIds property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.

Parameters:

excludedAccountIds - the excludedAccountIds value to set.

Returns:

the AwsOrganizationalDataMaster object itself.

withStacksetName

public AwsOrganizationalDataMaster withStacksetName(String stacksetName)

Set the stacksetName property: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.

Parameters:

stacksetName - the stacksetName value to set.

Returns:

the AwsOrganizationalDataMaster object itself.

Applies to