Interface CreateSourceNetworkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSourceNetworkRequest.Builder,CreateSourceNetworkRequest>,DrsRequest.Builder,SdkBuilder<CreateSourceNetworkRequest.Builder,CreateSourceNetworkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSourceNetworkRequest
public static interface CreateSourceNetworkRequest.Builder extends DrsRequest.Builder, SdkPojo, CopyableBuilder<CreateSourceNetworkRequest.Builder,CreateSourceNetworkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSourceNetworkRequest.BuilderoriginAccountID(String originAccountID)Account containing the VPC to protect.CreateSourceNetworkRequest.BuilderoriginRegion(String originRegion)Region containing the VPC to protect.CreateSourceNetworkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSourceNetworkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSourceNetworkRequest.Buildertags(Map<String,String> tags)A set of tags to be associated with the Source Network resource.CreateSourceNetworkRequest.BuildervpcID(String vpcID)Which VPC ID to protect.-
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.drs.model.DrsRequest.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 Detail
-
originAccountID
CreateSourceNetworkRequest.Builder originAccountID(String originAccountID)
Account containing the VPC to protect.
- Parameters:
originAccountID- Account containing the VPC to protect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originRegion
CreateSourceNetworkRequest.Builder originRegion(String originRegion)
Region containing the VPC to protect.
- Parameters:
originRegion- Region containing the VPC to protect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSourceNetworkRequest.Builder tags(Map<String,String> tags)
A set of tags to be associated with the Source Network resource.
- Parameters:
tags- A set of tags to be associated with the Source Network resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcID
CreateSourceNetworkRequest.Builder vpcID(String vpcID)
Which VPC ID to protect.
- Parameters:
vpcID- Which VPC ID to protect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSourceNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSourceNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-