Interface CreatePrivateConnectivityConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePrivateConnectivityConfigRequest.Builder,,CreatePrivateConnectivityConfigRequest> OutpostsRequest.Builder,SdkBuilder<CreatePrivateConnectivityConfigRequest.Builder,,CreatePrivateConnectivityConfigRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreatePrivateConnectivityConfigRequest
@Mutable
@NotThreadSafe
public static interface CreatePrivateConnectivityConfigRequest.Builder
extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CreatePrivateConnectivityConfigRequest.Builder,CreatePrivateConnectivityConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID or ARN of the Outpost.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.vpcInformationList(Collection<VpcInformation> vpcInformationList) Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint.vpcInformationList(Consumer<VpcInformation.Builder>... vpcInformationList) Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint.vpcInformationList(VpcInformation... vpcInformationList) Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
outpostId
The ID or ARN of the Outpost.
- Parameters:
outpostId- The ID or ARN of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInformationList
CreatePrivateConnectivityConfigRequest.Builder vpcInformationList(Collection<VpcInformation> vpcInformationList) Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint. You can specify at most one entry.
- Parameters:
vpcInformationList- Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint. You can specify at most one entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInformationList
CreatePrivateConnectivityConfigRequest.Builder vpcInformationList(VpcInformation... vpcInformationList) Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint. You can specify at most one entry.
- Parameters:
vpcInformationList- Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint. You can specify at most one entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInformationList
CreatePrivateConnectivityConfigRequest.Builder vpcInformationList(Consumer<VpcInformation.Builder>... vpcInformationList) Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint. You can specify at most one entry.
This is a convenience method that creates an instance of theVpcInformation.Builderavoiding the need to create one manually viaVpcInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcInformationList(List<VpcInformation>).- Parameters:
vpcInformationList- a consumer that will call methods onVpcInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreatePrivateConnectivityConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePrivateConnectivityConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-