Interface ListIdentityPropagationConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIdentityPropagationConfigsRequest.Builder,ListIdentityPropagationConfigsRequest>,QuickSightRequest.Builder,SdkBuilder<ListIdentityPropagationConfigsRequest.Builder,ListIdentityPropagationConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIdentityPropagationConfigsRequest
public static interface ListIdentityPropagationConfigsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListIdentityPropagationConfigsRequest.Builder,ListIdentityPropagationConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdentityPropagationConfigsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contain the identity propagation configurations of.ListIdentityPropagationConfigsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned.ListIdentityPropagationConfigsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListIdentityPropagationConfigsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdentityPropagationConfigsRequest.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.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListIdentityPropagationConfigsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contain the identity propagation configurations of.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contain the identity propagation configurations of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIdentityPropagationConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned.
- Parameters:
maxResults- The maximum number of results to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIdentityPropagationConfigsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIdentityPropagationConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIdentityPropagationConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-