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
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) (Optional) When retrieving account preferences, you can optionally specify theMaxItems
parameter to limit the number of objects returned in a response.(Optional) You can useNextToken
in a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
-
Method Details
-
nextToken
(Optional) You can use
NextToken
in 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 useNextToken
in 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
(Optional) When retrieving account preferences, you can optionally specify the
MaxItems
parameter 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 theMaxItems
parameter 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeAccountPreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-