Interface LicenseEndpointSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LicenseEndpointSummary.Builder,
,LicenseEndpointSummary> SdkBuilder<LicenseEndpointSummary.Builder,
,LicenseEndpointSummary> SdkPojo
- Enclosing class:
LicenseEndpointSummary
@Mutable
@NotThreadSafe
public static interface LicenseEndpointSummary.Builder
extends SdkPojo, CopyableBuilder<LicenseEndpointSummary.Builder,LicenseEndpointSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseEndpointId
(String licenseEndpointId) The license endpoint ID.The status of the license endpoint.status
(LicenseEndpointStatus status) The status of the license endpoint.statusMessage
(String statusMessage) The status message of the license endpoint.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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:
-
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:
-
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.
-
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.
-