Interface DescribeSharedVpcConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSharedVpcConfigurationResponse.Builder,,DescribeSharedVpcConfigurationResponse> FSxResponse.Builder,SdkBuilder<DescribeSharedVpcConfigurationResponse.Builder,,DescribeSharedVpcConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeSharedVpcConfigurationResponse
public static interface DescribeSharedVpcConfigurationResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeSharedVpcConfigurationResponse.Builder,DescribeSharedVpcConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionenableFsxRouteTableUpdatesFromParticipantAccounts(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
copyMethods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
enableFsxRouteTableUpdatesFromParticipantAccounts
DescribeSharedVpcConfigurationResponse.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.
 
 
 -