Interface CreateRequesterGatewayRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateRequesterGatewayRequest.Builder,
,CreateRequesterGatewayRequest> RtbFabricRequest.Builder
,SdkBuilder<CreateRequesterGatewayRequest.Builder,
,CreateRequesterGatewayRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateRequesterGatewayRequest
@Mutable
@NotThreadSafe
public static interface CreateRequesterGatewayRequest.Builder
extends RtbFabricRequest.Builder, SdkPojo, CopyableBuilder<CreateRequesterGatewayRequest.Builder,CreateRequesterGatewayRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The unique client token.description
(String description) An optional description for the requester gateway.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.securityGroupIds
(String... securityGroupIds) The unique identifiers of the security groups.securityGroupIds
(Collection<String> securityGroupIds) The unique identifiers of the security groups.The unique identifiers of the subnets.subnetIds
(Collection<String> subnetIds) The unique identifiers of the subnets.A map of the key-value pairs of the tag or tags to assign to the resource.The unique identifier of the Virtual Private Cloud (VPC).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.rtbfabric.model.RtbFabricRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcId
The unique identifier of the Virtual Private Cloud (VPC).
- Parameters:
vpcId
- The unique identifier of the Virtual Private Cloud (VPC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The unique identifiers of the subnets.
- Parameters:
subnetIds
- The unique identifiers of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The unique identifiers of the subnets.
- Parameters:
subnetIds
- The unique identifiers of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The unique identifiers of the security groups.
- Parameters:
securityGroupIds
- The unique identifiers of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The unique identifiers of the security groups.
- Parameters:
securityGroupIds
- The unique identifiers of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The unique client token.
- Parameters:
clientToken
- The unique client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An optional description for the requester gateway.
- Parameters:
description
- An optional description for the requester gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of the key-value pairs of the tag or tags to assign to the resource.
- Parameters:
tags
- A map of the key-value pairs of the tag or tags to assign to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRequesterGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRequesterGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-