Interface ProgramManagementAccountSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProgramManagementAccountSummary.Builder,,ProgramManagementAccountSummary> SdkBuilder<ProgramManagementAccountSummary.Builder,,ProgramManagementAccountSummary> SdkPojo
- Enclosing class:
ProgramManagementAccountSummary
@Mutable
@NotThreadSafe
public static interface ProgramManagementAccountSummary.Builder
extends SdkPojo, CopyableBuilder<ProgramManagementAccountSummary.Builder,ProgramManagementAccountSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID associated with the program management account.The Amazon Resource Name (ARN) of the program management account.The catalog identifier associated with the account.The timestamp when the account was created.displayName(String displayName) The display name of the program management account.The unique identifier of the program management account.The program type for the management account.The program type for the management account.The current revision number of the program management account.The start date of the program management account.The current status of the program management account.status(ProgramManagementAccountStatus status) The current status of the program management account.The timestamp when the account was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the program management account.
- Parameters:
id- The unique identifier of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The current revision number of the program management account.
- Parameters:
revision- The current revision number of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalog
The catalog identifier associated with the account.
- Parameters:
catalog- The catalog identifier associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
program
The program type for the management account.
- Parameters:
program- The program type for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
program
The program type for the management account.
- Parameters:
program- The program type for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The display name of the program management account.
- Parameters:
displayName- The display name of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The AWS account ID associated with the program management account.
- Parameters:
accountId- The AWS account ID associated with the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the program management account.
- Parameters:
arn- The Amazon Resource Name (ARN) of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the account was created.
- Parameters:
createdAt- The timestamp when the account was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the account was last updated.
- Parameters:
updatedAt- The timestamp when the account was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
The start date of the program management account.
- Parameters:
startDate- The start date of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the program management account.
- Parameters:
status- The current status of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the program management account.
- Parameters:
status- The current status of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-