Interface DeletePermissionSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeletePermissionSetRequest.Builder,DeletePermissionSetRequest>
,SdkBuilder<DeletePermissionSetRequest.Builder,DeletePermissionSetRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- DeletePermissionSetRequest
public static interface DeletePermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DeletePermissionSetRequest.Builder,DeletePermissionSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePermissionSetRequest.Builder
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.DeletePermissionSetRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeletePermissionSetRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DeletePermissionSetRequest.Builder
permissionSetArn(String permissionSetArn)
The ARN of the permission set that should be deleted.-
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
-
instanceArn
DeletePermissionSetRequest.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.
-
permissionSetArn
DeletePermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set that should be deleted.
- Parameters:
permissionSetArn
- The ARN of the permission set that should be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-