Interface CreateLicenseEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateLicenseEndpointRequest.Builder,
,CreateLicenseEndpointRequest> DeadlineRequest.Builder
,SdkBuilder<CreateLicenseEndpointRequest.Builder,
,CreateLicenseEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateLicenseEndpointRequest
@Mutable
@NotThreadSafe
public static interface CreateLicenseEndpointRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CreateLicenseEndpointRequest.Builder,CreateLicenseEndpointRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The unique token which the server uses to recognize retries of the same request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.securityGroupIds
(String... securityGroupIds) The security group IDs.securityGroupIds
(Collection<String> securityGroupIds) The security group IDs.The subnet IDs.subnetIds
(Collection<String> subnetIds) The subnet IDs.Each tag consists of a tag key and a tag value.The VPC (virtual private cloud) ID to use with the license endpoint.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.deadline.model.DeadlineRequest.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
-
clientToken
The unique token which the server uses to recognize retries of the same request.
- Parameters:
clientToken
- The unique token which the server uses to recognize retries of the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The VPC (virtual private cloud) ID to use with the license endpoint.
- Parameters:
vpcId
- The VPC (virtual private cloud) ID to use with the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs.
- Parameters:
subnetIds
- The subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs.
- Parameters:
subnetIds
- The subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The security group IDs.
- Parameters:
securityGroupIds
- The security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The security group IDs.
- Parameters:
securityGroupIds
- The security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
- Parameters:
tags
- Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLicenseEndpointRequest.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
CreateLicenseEndpointRequest.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.
-