Interface UpdateSharedVpcConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSharedVpcConfigurationRequest.Builder,
,UpdateSharedVpcConfigurationRequest> FSxRequest.Builder
,SdkBuilder<UpdateSharedVpcConfigurationRequest.Builder,
,UpdateSharedVpcConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateSharedVpcConfigurationRequest
public static interface UpdateSharedVpcConfigurationRequest.Builder
extends FSxRequest.Builder, SdkPojo, CopyableBuilder<UpdateSharedVpcConfigurationRequest.Builder,UpdateSharedVpcConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) Sets the value of the ClientRequestToken property for this object.enableFsxRouteTableUpdatesFromParticipantAccounts
(String enableFsxRouteTableUpdatesFromParticipantAccounts) Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.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.fsx.model.FSxRequest.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
-
enableFsxRouteTableUpdatesFromParticipantAccounts
UpdateSharedVpcConfigurationRequest.Builder enableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts) Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets. Set to
true
to enable orfalse
to disable.- Parameters:
enableFsxRouteTableUpdatesFromParticipantAccounts
- Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets. Set totrue
to enable orfalse
to disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken
- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSharedVpcConfigurationRequest.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
UpdateSharedVpcConfigurationRequest.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.
-