public static interface CreateSourceNetworkRequest.Builder extends DrsRequest.Builder, SdkPojo, CopyableBuilder<CreateSourceNetworkRequest.Builder,CreateSourceNetworkRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSourceNetworkRequest.Builder |
originAccountID(String originAccountID)
Account containing the VPC to protect.
|
CreateSourceNetworkRequest.Builder |
originRegion(String originRegion)
Region containing the VPC to protect.
|
CreateSourceNetworkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSourceNetworkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSourceNetworkRequest.Builder |
tags(Map<String,String> tags)
A set of tags to be associated with the Source Network resource.
|
CreateSourceNetworkRequest.Builder |
vpcID(String vpcID)
Which VPC ID to protect.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSourceNetworkRequest.Builder originAccountID(String originAccountID)
Account containing the VPC to protect.
originAccountID - Account containing the VPC to protect.CreateSourceNetworkRequest.Builder originRegion(String originRegion)
Region containing the VPC to protect.
originRegion - Region containing the VPC to protect.CreateSourceNetworkRequest.Builder tags(Map<String,String> tags)
A set of tags to be associated with the Source Network resource.
tags - A set of tags to be associated with the Source Network resource.CreateSourceNetworkRequest.Builder vpcID(String vpcID)
Which VPC ID to protect.
vpcID - Which VPC ID to protect.CreateSourceNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSourceNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.