Interface AttachManagedPolicyToPermissionSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AttachManagedPolicyToPermissionSetRequest.Builder,AttachManagedPolicyToPermissionSetRequest>
,SdkBuilder<AttachManagedPolicyToPermissionSetRequest.Builder,AttachManagedPolicyToPermissionSetRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- AttachManagedPolicyToPermissionSetRequest
public static interface AttachManagedPolicyToPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<AttachManagedPolicyToPermissionSetRequest.Builder,AttachManagedPolicyToPermissionSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachManagedPolicyToPermissionSetRequest.Builder
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.AttachManagedPolicyToPermissionSetRequest.Builder
managedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be attached to a permission set.AttachManagedPolicyToPermissionSetRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AttachManagedPolicyToPermissionSetRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AttachManagedPolicyToPermissionSetRequest.Builder
permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet that the managed policy should be attached to.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
instanceArn
AttachManagedPolicyToPermissionSetRequest.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.
-
managedPolicyArn
AttachManagedPolicyToPermissionSetRequest.Builder managedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be attached to a permission set.
- Parameters:
managedPolicyArn
- The Amazon Web Services managed policy ARN to be attached to a permission set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionSetArn
AttachManagedPolicyToPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet that the managed policy should be attached to.
- Parameters:
permissionSetArn
- The ARN of the PermissionSet that the managed policy should be attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AttachManagedPolicyToPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AttachManagedPolicyToPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-