Interface GetLicenseEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLicenseEndpointResponse.Builder,GetLicenseEndpointResponse>,DeadlineResponse.Builder,SdkBuilder<GetLicenseEndpointResponse.Builder,GetLicenseEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetLicenseEndpointResponse
public static interface GetLicenseEndpointResponse.Builder extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseEndpointResponse.Builder,GetLicenseEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLicenseEndpointResponse.BuilderdnsName(String dnsName)The DNS name.GetLicenseEndpointResponse.BuilderlicenseEndpointId(String licenseEndpointId)The license endpoint ID.GetLicenseEndpointResponse.BuildersecurityGroupIds(String... securityGroupIds)The security group IDs for the license endpoint.GetLicenseEndpointResponse.BuildersecurityGroupIds(Collection<String> securityGroupIds)The security group IDs for the license endpoint.GetLicenseEndpointResponse.Builderstatus(String status)The status of the license endpoint.GetLicenseEndpointResponse.Builderstatus(LicenseEndpointStatus status)The status of the license endpoint.GetLicenseEndpointResponse.BuilderstatusMessage(String statusMessage)The status message of the license endpoint.GetLicenseEndpointResponse.BuildersubnetIds(String... subnetIds)The subnet IDs.GetLicenseEndpointResponse.BuildersubnetIds(Collection<String> subnetIds)The subnet IDs.GetLicenseEndpointResponse.BuildervpcId(String vpcId)The VCP(virtual private cloud) ID associated with the license endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dnsName
GetLicenseEndpointResponse.Builder dnsName(String dnsName)
The DNS name.
- Parameters:
dnsName- The DNS name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseEndpointId
GetLicenseEndpointResponse.Builder licenseEndpointId(String licenseEndpointId)
The license endpoint ID.
- Parameters:
licenseEndpointId- The license endpoint ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
GetLicenseEndpointResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The security group IDs for the license endpoint.
- Parameters:
securityGroupIds- The security group IDs for the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
GetLicenseEndpointResponse.Builder securityGroupIds(String... securityGroupIds)
The security group IDs for the license endpoint.
- Parameters:
securityGroupIds- The security group IDs for the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetLicenseEndpointResponse.Builder status(String status)
The status of the license endpoint.
- Parameters:
status- The status of the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LicenseEndpointStatus,LicenseEndpointStatus
-
status
GetLicenseEndpointResponse.Builder status(LicenseEndpointStatus status)
The status of the license endpoint.
- Parameters:
status- The status of the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LicenseEndpointStatus,LicenseEndpointStatus
-
statusMessage
GetLicenseEndpointResponse.Builder statusMessage(String statusMessage)
The status message of the license endpoint.
- Parameters:
statusMessage- The status message of the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
GetLicenseEndpointResponse.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
GetLicenseEndpointResponse.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.
-
vpcId
GetLicenseEndpointResponse.Builder vpcId(String vpcId)
The VCP(virtual private cloud) ID associated with the license endpoint.
- Parameters:
vpcId- The VCP(virtual private cloud) ID associated with the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-