Interface ListAccountRolesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccountRolesRequest.Builder,,ListAccountRolesRequest> SdkBuilder<ListAccountRolesRequest.Builder,,ListAccountRolesRequest> SdkPojo,SdkRequest.Builder,SsoRequest.Builder
- Enclosing class:
- ListAccountRolesRequest
@Mutable
@NotThreadSafe
public static interface ListAccountRolesRequest.Builder
extends SsoRequest.Builder, SdkPojo, CopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) The token issued by theCreateTokenAPI call.The identifier for the AWS account that is assigned to the user.maxResults(Integer maxResults) The number of items that clients can request per page.The page token from the previous response output when you request subsequent pages.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
The page token from the previous response output when you request subsequent pages.
- Parameters:
nextToken- The page token from the previous response output when you request subsequent pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The number of items that clients can request per page.
- Parameters:
maxResults- The number of items that 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.
-
accountId
The identifier for the AWS account that is assigned to the user.
- Parameters:
accountId- The identifier for the AWS account that is assigned to the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccountRolesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountRolesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-