Interface AccountAssignmentOperationStatusMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountAssignmentOperationStatusMetadata.Builder,AccountAssignmentOperationStatusMetadata>,SdkBuilder<AccountAssignmentOperationStatusMetadata.Builder,AccountAssignmentOperationStatusMetadata>,SdkPojo
- Enclosing class:
- AccountAssignmentOperationStatusMetadata
public static interface AccountAssignmentOperationStatusMetadata.Builder extends SdkPojo, CopyableBuilder<AccountAssignmentOperationStatusMetadata.Builder,AccountAssignmentOperationStatusMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountAssignmentOperationStatusMetadata.BuildercreatedDate(Instant createdDate)The date that the permission set was created.AccountAssignmentOperationStatusMetadata.BuilderrequestId(String requestId)The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.AccountAssignmentOperationStatusMetadata.Builderstatus(String status)The status of the permission set provisioning process.AccountAssignmentOperationStatusMetadata.Builderstatus(StatusValues status)The status of the permission set provisioning process.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
createdDate
AccountAssignmentOperationStatusMetadata.Builder createdDate(Instant createdDate)
The 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.
-
requestId
AccountAssignmentOperationStatusMetadata.Builder requestId(String requestId)
The 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.
-
status
AccountAssignmentOperationStatusMetadata.Builder status(String status)
The 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:
StatusValues,StatusValues
-
status
AccountAssignmentOperationStatusMetadata.Builder status(StatusValues status)
The 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:
StatusValues,StatusValues
-
-