Interface LicenseEndpointSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LicenseEndpointSummary.Builder,LicenseEndpointSummary>,SdkBuilder<LicenseEndpointSummary.Builder,LicenseEndpointSummary>,SdkPojo
- Enclosing class:
- LicenseEndpointSummary
public static interface LicenseEndpointSummary.Builder extends SdkPojo, CopyableBuilder<LicenseEndpointSummary.Builder,LicenseEndpointSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseEndpointSummary.BuilderlicenseEndpointId(String licenseEndpointId)The license endpoint ID.LicenseEndpointSummary.Builderstatus(String status)The status of the license endpoint.LicenseEndpointSummary.Builderstatus(LicenseEndpointStatus status)The status of the license endpoint.LicenseEndpointSummary.BuilderstatusMessage(String statusMessage)The status message of the license endpoint.LicenseEndpointSummary.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
licenseEndpointId
LicenseEndpointSummary.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.
-
status
LicenseEndpointSummary.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
LicenseEndpointSummary.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
LicenseEndpointSummary.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.
-
vpcId
LicenseEndpointSummary.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.
-
-