Interface ProductRestEndpointPageSummaryNoBody.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProductRestEndpointPageSummaryNoBody.Builder,,ProductRestEndpointPageSummaryNoBody> SdkBuilder<ProductRestEndpointPageSummaryNoBody.Builder,,ProductRestEndpointPageSummaryNoBody> SdkPojo
- Enclosing class:
ProductRestEndpointPageSummaryNoBody
-
Method Summary
Modifier and TypeMethodDescriptionThe endpoint of the product REST endpoint page.lastModified(Instant lastModified) The timestamp when the product REST endpoint page was last modified.operationName(String operationName) The operation name of the product REST endpoint.productRestEndpointPageArn(String productRestEndpointPageArn) The ARN of the product REST endpoint page.productRestEndpointPageId(String productRestEndpointPageId) The product REST endpoint page identifier.restEndpointIdentifier(Consumer<RestEndpointIdentifier.Builder> restEndpointIdentifier) The REST endpoint identifier.restEndpointIdentifier(RestEndpointIdentifier restEndpointIdentifier) The REST endpoint identifier.The status.The status.statusException(Consumer<StatusException.Builder> statusException) The status exception information.statusException(StatusException statusException) The status exception information.tryItState(String tryItState) The try it state of a product REST endpoint page.tryItState(TryItState tryItState) The try it state of a product REST endpoint page.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endpoint
The endpoint of the product REST endpoint page.
- Parameters:
endpoint- The endpoint of the product REST endpoint page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The timestamp when the product REST endpoint page was last modified.
- Parameters:
lastModified- The timestamp when the product REST endpoint page was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationName
The operation name of the product REST endpoint.
- Parameters:
operationName- The operation name of the product REST endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productRestEndpointPageArn
ProductRestEndpointPageSummaryNoBody.Builder productRestEndpointPageArn(String productRestEndpointPageArn) The ARN of the product REST endpoint page.
- Parameters:
productRestEndpointPageArn- The ARN of the product REST endpoint page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productRestEndpointPageId
ProductRestEndpointPageSummaryNoBody.Builder productRestEndpointPageId(String productRestEndpointPageId) The product REST endpoint page identifier.
- Parameters:
productRestEndpointPageId- The product REST endpoint page identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restEndpointIdentifier
ProductRestEndpointPageSummaryNoBody.Builder restEndpointIdentifier(RestEndpointIdentifier restEndpointIdentifier) The REST endpoint identifier.
- Parameters:
restEndpointIdentifier- The REST endpoint identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restEndpointIdentifier
default ProductRestEndpointPageSummaryNoBody.Builder restEndpointIdentifier(Consumer<RestEndpointIdentifier.Builder> restEndpointIdentifier) The REST endpoint identifier.
This is a convenience method that creates an instance of theRestEndpointIdentifier.Builderavoiding the need to create one manually viaRestEndpointIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torestEndpointIdentifier(RestEndpointIdentifier).- Parameters:
restEndpointIdentifier- a consumer that will call methods onRestEndpointIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusException
The status exception information.
- Parameters:
statusException- The status exception information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusException
default ProductRestEndpointPageSummaryNoBody.Builder statusException(Consumer<StatusException.Builder> statusException) The status exception information.
This is a convenience method that creates an instance of theStatusException.Builderavoiding the need to create one manually viaStatusException.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusException(StatusException).- Parameters:
statusException- a consumer that will call methods onStatusException.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tryItState
The try it state of a product REST endpoint page.
- Parameters:
tryItState- The try it state of a product REST endpoint page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tryItState
The try it state of a product REST endpoint page.
- Parameters:
tryItState- The try it state of a product REST endpoint page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-