Interface ListAccountsForProvisionedPermissionSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccountsForProvisionedPermissionSetRequest.Builder,ListAccountsForProvisionedPermissionSetRequest>,SdkBuilder<ListAccountsForProvisionedPermissionSetRequest.Builder,ListAccountsForProvisionedPermissionSetRequest>,SdkPojo,SdkRequest.Builder,SsoAdminRequest.Builder
- Enclosing class:
- ListAccountsForProvisionedPermissionSetRequest
public static interface ListAccountsForProvisionedPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListAccountsForProvisionedPermissionSetRequest.Builder,ListAccountsForProvisionedPermissionSetRequest>
-
-
Method Summary
-
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
ListAccountsForProvisionedPermissionSetRequest.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.
-
maxResults
ListAccountsForProvisionedPermissionSetRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
- Parameters:
maxResults- The maximum number of results to display for the PermissionSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccountsForProvisionedPermissionSetRequest.Builder nextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
- Parameters:
nextToken- The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionSetArn
ListAccountsForProvisionedPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the associated Amazon Web Services accounts will be listed.
- Parameters:
permissionSetArn- The ARN of the PermissionSet from which the associated Amazon Web Services accounts will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningStatus
ListAccountsForProvisionedPermissionSetRequest.Builder provisioningStatus(String provisioningStatus)
The permission set provisioning status for an Amazon Web Services account.
- Parameters:
provisioningStatus- The permission set provisioning status for an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisioningStatus,ProvisioningStatus
-
provisioningStatus
ListAccountsForProvisionedPermissionSetRequest.Builder provisioningStatus(ProvisioningStatus provisioningStatus)
The permission set provisioning status for an Amazon Web Services account.
- Parameters:
provisioningStatus- The permission set provisioning status for an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisioningStatus,ProvisioningStatus
-
overrideConfiguration
ListAccountsForProvisionedPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountsForProvisionedPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-