Interface ListAccountsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccountsRequest.Builder,,ListAccountsRequest> SdkBuilder<ListAccountsRequest.Builder,,ListAccountsRequest> SdkPojo,SdkRequest.Builder,SsoRequest.Builder
- Enclosing class:
- ListAccountsRequest
@Mutable
@NotThreadSafe
public static interface ListAccountsRequest.Builder
extends SsoRequest.Builder, SdkPojo, CopyableBuilder<ListAccountsRequest.Builder,ListAccountsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) The token issued by theCreateTokenAPI call.maxResults(Integer maxResults) This is the number of items clients can request per page.(Optional) When requesting subsequent pages, this is the page token from the previous response output.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sso.model.SsoRequest.Builder
build
-
Method Details
-
nextToken
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
- Parameters:
nextToken- (Optional) When requesting subsequent pages, this is the page token from the previous response output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
This is the number of items clients can request per page.
- Parameters:
maxResults- This is the number of items clients can request per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessToken
The token issued by the
CreateTokenAPI call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.- Parameters:
accessToken- The token issued by theCreateTokenAPI call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-