Interface DescribeAccountAssignmentDeletionStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAccountAssignmentDeletionStatusRequest.Builder,DescribeAccountAssignmentDeletionStatusRequest>
,SdkBuilder<DescribeAccountAssignmentDeletionStatusRequest.Builder,DescribeAccountAssignmentDeletionStatusRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- DescribeAccountAssignmentDeletionStatusRequest
public static interface DescribeAccountAssignmentDeletionStatusRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountAssignmentDeletionStatusRequest.Builder,DescribeAccountAssignmentDeletionStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountAssignmentDeletionStatusRequest.Builder
accountAssignmentDeletionRequestId(String accountAssignmentDeletionRequestId)
The identifier that is used to track the request operation progress.DescribeAccountAssignmentDeletionStatusRequest.Builder
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.DescribeAccountAssignmentDeletionStatusRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeAccountAssignmentDeletionStatusRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
accountAssignmentDeletionRequestId
DescribeAccountAssignmentDeletionStatusRequest.Builder accountAssignmentDeletionRequestId(String accountAssignmentDeletionRequestId)
The identifier that is used to track the request operation progress.
- Parameters:
accountAssignmentDeletionRequestId
- The identifier that is used to track the request operation progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
DescribeAccountAssignmentDeletionStatusRequest.Builder instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Parameters:
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAccountAssignmentDeletionStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAccountAssignmentDeletionStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-