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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccountsRequest.BuilderaccessToken(String accessToken)The token issued by theCreateTokenAPI call.ListAccountsRequest.BuildermaxResults(Integer maxResults)This is the number of items clients can request per page.ListAccountsRequest.BuildernextToken(String nextToken)(Optional) When requesting subsequent pages, this is the page token from the previous response output.ListAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sso.model.SsoRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListAccountsRequest.Builder nextToken(String 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
ListAccountsRequest.Builder maxResults(Integer 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
ListAccountsRequest.Builder accessToken(String 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
-
-