Interface AccountAssignmentOperationStatusMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AccountAssignmentOperationStatusMetadata.Builder,,- AccountAssignmentOperationStatusMetadata> - SdkBuilder<AccountAssignmentOperationStatusMetadata.Builder,,- AccountAssignmentOperationStatusMetadata> - SdkPojo
- Enclosing class:
- AccountAssignmentOperationStatusMetadata
@Mutable
@NotThreadSafe
public static interface AccountAssignmentOperationStatusMetadata.Builder
extends SdkPojo, CopyableBuilder<AccountAssignmentOperationStatusMetadata.Builder,AccountAssignmentOperationStatusMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptioncreatedDate(Instant createdDate) The date that the permission set was created.The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.The status of the permission set provisioning process.status(StatusValues status) The status of the permission set provisioning process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe status of the permission set provisioning process. - Parameters:
- status- The status of the permission set provisioning process.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the permission set provisioning process. - Parameters:
- status- The status of the permission set provisioning process.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
requestIdThe identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow. - Parameters:
- requestId- The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdDateThe date that the permission set was created. - Parameters:
- createdDate- The date that the permission set was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-