Interface DescribeAccountPreferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAccountPreferencesResponse.Builder,
,DescribeAccountPreferencesResponse> EfsResponse.Builder
,SdkBuilder<DescribeAccountPreferencesResponse.Builder,
,DescribeAccountPreferencesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAccountPreferencesResponse
public static interface DescribeAccountPreferencesResponse.Builder
extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountPreferencesResponse.Builder,DescribeAccountPreferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionPresent if there are more records than returned in the response.resourceIdPreference
(Consumer<ResourceIdPreference.Builder> resourceIdPreference) Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.resourceIdPreference
(ResourceIdPreference resourceIdPreference) Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resourceIdPreference
DescribeAccountPreferencesResponse.Builder resourceIdPreference(ResourceIdPreference resourceIdPreference) Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
- Parameters:
resourceIdPreference
- Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdPreference
default DescribeAccountPreferencesResponse.Builder resourceIdPreference(Consumer<ResourceIdPreference.Builder> resourceIdPreference) Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
This is a convenience method that creates an instance of theResourceIdPreference.Builder
avoiding the need to create one manually viaResourceIdPreference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceIdPreference(ResourceIdPreference)
.- Parameters:
resourceIdPreference
- a consumer that will call methods onResourceIdPreference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Present if there are more records than returned in the response. You can use the
NextToken
in the subsequent request to fetch the additional descriptions.- Parameters:
nextToken
- Present if there are more records than returned in the response. You can use theNextToken
in the subsequent request to fetch the additional descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-