Interface ListAccountRolesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>,SdkBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>,SdkPojo,SdkRequest.Builder,SsoRequest.Builder
- Enclosing class:
- ListAccountRolesRequest
public static interface ListAccountRolesRequest.Builder extends SsoRequest.Builder, SdkPojo, CopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccountRolesRequest.BuilderaccessToken(String accessToken)The token issued by theCreateTokenAPI call.ListAccountRolesRequest.BuilderaccountId(String accountId)The identifier for the AWS account that is assigned to the user.ListAccountRolesRequest.BuildermaxResults(Integer maxResults)The number of items that clients can request per page.ListAccountRolesRequest.BuildernextToken(String nextToken)The page token from the previous response output when you request subsequent pages.ListAccountRolesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountRolesRequest.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
ListAccountRolesRequest.Builder nextToken(String 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
ListAccountRolesRequest.Builder maxResults(Integer 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
ListAccountRolesRequest.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.
-
accountId
ListAccountRolesRequest.Builder accountId(String 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
-
-