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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeAccountPreferencesResponse.BuildernextToken(String nextToken)Present if there are more records than returned in the response.default DescribeAccountPreferencesResponse.BuilderresourceIdPreference(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.BuilderresourceIdPreference(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaResourceIdPreference.builder().When the
Consumercompletes,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:
resourceIdPreference(ResourceIdPreference)
-
nextToken
DescribeAccountPreferencesResponse.Builder nextToken(String nextToken)
Present if there are more records than returned in the response. You can use the
NextTokenin the subsequent request to fetch the additional descriptions.- Parameters:
nextToken- Present if there are more records than returned in the response. You can use theNextTokenin the subsequent request to fetch the additional descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-