Interface DescribeAccountPreferencesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAccountPreferencesRequest.Builder,DescribeAccountPreferencesRequest>,EfsRequest.Builder,SdkBuilder<DescribeAccountPreferencesRequest.Builder,DescribeAccountPreferencesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeAccountPreferencesRequest
public static interface DescribeAccountPreferencesRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountPreferencesRequest.Builder,DescribeAccountPreferencesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountPreferencesRequest.BuildermaxResults(Integer maxResults)(Optional) When retrieving account preferences, you can optionally specify theMaxItemsparameter to limit the number of objects returned in a response.DescribeAccountPreferencesRequest.BuildernextToken(String nextToken)(Optional) You can useNextTokenin a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.DescribeAccountPreferencesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAccountPreferencesRequest.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.efs.model.EfsRequest.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
-
nextToken
DescribeAccountPreferencesRequest.Builder nextToken(String nextToken)
(Optional) You can use
NextTokenin a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.- Parameters:
nextToken- (Optional) You can useNextTokenin a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeAccountPreferencesRequest.Builder maxResults(Integer maxResults)
(Optional) When retrieving account preferences, you can optionally specify the
MaxItemsparameter to limit the number of objects returned in a response. The default value is 100.- Parameters:
maxResults- (Optional) When retrieving account preferences, you can optionally specify theMaxItemsparameter to limit the number of objects returned in a response. The default value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAccountPreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAccountPreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-