Interface ListAccountsForProvisionedPermissionSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAccountsForProvisionedPermissionSetResponse.Builder,ListAccountsForProvisionedPermissionSetResponse>,SdkBuilder<ListAccountsForProvisionedPermissionSetResponse.Builder,ListAccountsForProvisionedPermissionSetResponse>,SdkPojo,SdkResponse.Builder,SsoAdminResponse.Builder
- Enclosing class:
- ListAccountsForProvisionedPermissionSetResponse
public static interface ListAccountsForProvisionedPermissionSetResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListAccountsForProvisionedPermissionSetResponse.Builder,ListAccountsForProvisionedPermissionSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccountsForProvisionedPermissionSetResponse.BuilderaccountIds(String... accountIds)The list of Amazon Web ServicesAccountIds.ListAccountsForProvisionedPermissionSetResponse.BuilderaccountIds(Collection<String> accountIds)The list of Amazon Web ServicesAccountIds.ListAccountsForProvisionedPermissionSetResponse.BuildernextToken(String nextToken)The pagination token for the list API.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
accountIds
ListAccountsForProvisionedPermissionSetResponse.Builder accountIds(Collection<String> accountIds)
The list of Amazon Web Services
AccountIds.- Parameters:
accountIds- The list of Amazon Web ServicesAccountIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListAccountsForProvisionedPermissionSetResponse.Builder accountIds(String... accountIds)
The list of Amazon Web Services
AccountIds.- Parameters:
accountIds- The list of Amazon Web ServicesAccountIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccountsForProvisionedPermissionSetResponse.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.
-
-