public static interface DescribeAccountPreferencesResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountPreferencesResponse.Builder,DescribeAccountPreferencesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountPreferencesResponse.Builder |
nextToken(String nextToken)
Present if there are more records than returned in the response.
|
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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountPreferencesResponse.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.
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.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 via ResourceIdPreference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to resourceIdPreference(ResourceIdPreference).
resourceIdPreference - a consumer that will call methods on ResourceIdPreference.BuilderresourceIdPreference(ResourceIdPreference)DescribeAccountPreferencesResponse.Builder nextToken(String 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.
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.Copyright © 2023. All rights reserved.