Interface ListNamespacesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>,QuickSightRequest.Builder,SdkBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNamespacesRequest
@Mutable @NotThreadSafe public static interface ListNamespacesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNamespacesRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the QuickSight namespaces that you want to list.ListNamespacesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListNamespacesRequest.BuildernextToken(String nextToken)A unique pagination token that can be used in a subsequent request.ListNamespacesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNamespacesRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListNamespacesRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the QuickSight namespaces that you want to list.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that contains the QuickSight namespaces that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListNamespacesRequest.Builder nextToken(String nextToken)
A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous
ListNameSpacesAPI call if there is more data that can be returned. To receive the data, make anotherListNamespacesAPI call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make aListNamespacesAPI call with an expired token, you will receive aHTTP 400 InvalidNextTokenExceptionerror.- Parameters:
nextToken- A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previousListNameSpacesAPI call if there is more data that can be returned. To receive the data, make anotherListNamespacesAPI call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make aListNamespacesAPI call with an expired token, you will receive aHTTP 400 InvalidNextTokenExceptionerror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListNamespacesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-