Interface PutAccountPreferencesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAccountPreferencesRequest.Builder,PutAccountPreferencesRequest>,EfsRequest.Builder,SdkBuilder<PutAccountPreferencesRequest.Builder,PutAccountPreferencesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutAccountPreferencesRequest
public static interface PutAccountPreferencesRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<PutAccountPreferencesRequest.Builder,PutAccountPreferencesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutAccountPreferencesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccountPreferencesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAccountPreferencesRequest.BuilderresourceIdType(String resourceIdType)Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, eitherLONG_ID(17 characters), orSHORT_ID(8 characters).PutAccountPreferencesRequest.BuilderresourceIdType(ResourceIdType resourceIdType)Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, eitherLONG_ID(17 characters), orSHORT_ID(8 characters).-
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
-
resourceIdType
PutAccountPreferencesRequest.Builder resourceIdType(String resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either
LONG_ID(17 characters), orSHORT_ID(8 characters).Starting in October, 2021, you will receive an error when setting the account preference to
SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.- Parameters:
resourceIdType- Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, eitherLONG_ID(17 characters), orSHORT_ID(8 characters).Starting in October, 2021, you will receive an error when setting the account preference to
SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceIdType,ResourceIdType
-
resourceIdType
PutAccountPreferencesRequest.Builder resourceIdType(ResourceIdType resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either
LONG_ID(17 characters), orSHORT_ID(8 characters).Starting in October, 2021, you will receive an error when setting the account preference to
SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.- Parameters:
resourceIdType- Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, eitherLONG_ID(17 characters), orSHORT_ID(8 characters).Starting in October, 2021, you will receive an error when setting the account preference to
SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceIdType,ResourceIdType
-
overrideConfiguration
PutAccountPreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAccountPreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-