public static interface ProvisionPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ProvisionPermissionSetRequest.Builder,ProvisionPermissionSetRequest>
| Modifier and Type | Method and Description |
|---|---|
ProvisionPermissionSetRequest.Builder |
instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ProvisionPermissionSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ProvisionPermissionSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ProvisionPermissionSetRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
ProvisionPermissionSetRequest.Builder |
targetId(String targetId)
TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example,
123456789012).
|
ProvisionPermissionSetRequest.Builder |
targetType(ProvisionTargetType targetType)
The entity type for which the assignment will be created.
|
ProvisionPermissionSetRequest.Builder |
targetType(String targetType)
The entity type for which the assignment will be created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionPermissionSetRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO 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.
instanceArn - The ARN of the SSO 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.ProvisionPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set.
permissionSetArn - The ARN of the permission set.ProvisionPermissionSetRequest.Builder targetId(String targetId)
TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).
targetId - TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example,
123456789012).ProvisionPermissionSetRequest.Builder targetType(String targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.ProvisionTargetType,
ProvisionTargetTypeProvisionPermissionSetRequest.Builder targetType(ProvisionTargetType targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.ProvisionTargetType,
ProvisionTargetTypeProvisionPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderProvisionPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.