Interface CreateLicenseEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLicenseEndpointRequest.Builder,CreateLicenseEndpointRequest>,DeadlineRequest.Builder,SdkBuilder<CreateLicenseEndpointRequest.Builder,CreateLicenseEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLicenseEndpointRequest
public static interface CreateLicenseEndpointRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CreateLicenseEndpointRequest.Builder,CreateLicenseEndpointRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateLicenseEndpointRequest.Builder clientToken(String 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.
-
securityGroupIds
CreateLicenseEndpointRequest.Builder securityGroupIds(Collection<String> 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
CreateLicenseEndpointRequest.Builder securityGroupIds(String... 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.
-
subnetIds
CreateLicenseEndpointRequest.Builder subnetIds(Collection<String> 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
CreateLicenseEndpointRequest.Builder subnetIds(String... subnetIds)
The subnet IDs.
- Parameters:
subnetIds- The subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLicenseEndpointRequest.Builder tags(Map<String,String> 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.
-
vpcId
CreateLicenseEndpointRequest.Builder vpcId(String 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.
-
overrideConfiguration
CreateLicenseEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLicenseEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-