Interface ListPermissionSetsProvisionedToAccountRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListPermissionSetsProvisionedToAccountRequest.Builder,ListPermissionSetsProvisionedToAccountRequest>
,SdkBuilder<ListPermissionSetsProvisionedToAccountRequest.Builder,ListPermissionSetsProvisionedToAccountRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- ListPermissionSetsProvisionedToAccountRequest
public static interface ListPermissionSetsProvisionedToAccountRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionSetsProvisionedToAccountRequest.Builder,ListPermissionSetsProvisionedToAccountRequest>
-
-
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
-
accountId
ListPermissionSetsProvisionedToAccountRequest.Builder accountId(String accountId)
The identifier of the Amazon Web Services account from which to list the assignments.
- Parameters:
accountId
- The identifier of the Amazon Web Services account from which to list the assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
ListPermissionSetsProvisionedToAccountRequest.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
ListPermissionSetsProvisionedToAccountRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display for the assignment.
- Parameters:
maxResults
- The maximum number of results to display for the assignment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPermissionSetsProvisionedToAccountRequest.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.
-
provisioningStatus
ListPermissionSetsProvisionedToAccountRequest.Builder provisioningStatus(String provisioningStatus)
The status object for the permission set provisioning operation.
- Parameters:
provisioningStatus
- The status object for the permission set provisioning operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisioningStatus
,ProvisioningStatus
-
provisioningStatus
ListPermissionSetsProvisionedToAccountRequest.Builder provisioningStatus(ProvisioningStatus provisioningStatus)
The status object for the permission set provisioning operation.
- Parameters:
provisioningStatus
- The status object for the permission set provisioning operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisioningStatus
,ProvisioningStatus
-
overrideConfiguration
ListPermissionSetsProvisionedToAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListPermissionSetsProvisionedToAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-