Interface UpdateSharedVpcConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSharedVpcConfigurationResponse.Builder,UpdateSharedVpcConfigurationResponse>,FSxResponse.Builder,SdkBuilder<UpdateSharedVpcConfigurationResponse.Builder,UpdateSharedVpcConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateSharedVpcConfigurationResponse
public static interface UpdateSharedVpcConfigurationResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<UpdateSharedVpcConfigurationResponse.Builder,UpdateSharedVpcConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSharedVpcConfigurationResponse.BuilderenableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.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 Detail
-
enableFsxRouteTableUpdatesFromParticipantAccounts
UpdateSharedVpcConfigurationResponse.Builder enableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
- Parameters:
enableFsxRouteTableUpdatesFromParticipantAccounts- Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-