Interface UpdateProgramManagementAccountDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateProgramManagementAccountDetail.Builder,,UpdateProgramManagementAccountDetail> SdkBuilder<UpdateProgramManagementAccountDetail.Builder,,UpdateProgramManagementAccountDetail> SdkPojo
- Enclosing class:
UpdateProgramManagementAccountDetail
@Mutable
@NotThreadSafe
public static interface UpdateProgramManagementAccountDetail.Builder
extends SdkPojo, CopyableBuilder<UpdateProgramManagementAccountDetail.Builder,UpdateProgramManagementAccountDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated program management account.displayName(String displayName) The updated display name of the program management account.The unique identifier of the updated program management account.The new revision number of the program management account.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 updated program management account.
- Parameters:
id- The unique identifier of the updated 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 updated program management account.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The new revision number of the program management account.
- Parameters:
revision- The new revision number of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The updated display name of the program management account.
- Parameters:
displayName- The updated display name of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-