Interface UpdateProductRestEndpointPageResponse.Builder
- All Superinterfaces:
ApiGatewayV2Response.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateProductRestEndpointPageResponse.Builder,,UpdateProductRestEndpointPageResponse> SdkBuilder<UpdateProductRestEndpointPageResponse.Builder,,UpdateProductRestEndpointPageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateProductRestEndpointPageResponse
-
Method Summary
Modifier and TypeMethodDescriptiondisplayContent(Consumer<EndpointDisplayContentResponse.Builder> displayContent) The content of the product REST endpoint page.displayContent(EndpointDisplayContentResponse displayContent) The content of the product REST endpoint page.lastModified(Instant lastModified) The timestamp when the product REST endpoint page was last modified.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.services.apigatewayv2.model.ApiGatewayV2Response.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
displayContent
UpdateProductRestEndpointPageResponse.Builder displayContent(EndpointDisplayContentResponse displayContent) The content of the product REST endpoint page.
- Parameters:
displayContent- The content of the product REST endpoint page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayContent
default UpdateProductRestEndpointPageResponse.Builder displayContent(Consumer<EndpointDisplayContentResponse.Builder> displayContent) The content of the product REST endpoint page.
This is a convenience method that creates an instance of theEndpointDisplayContentResponse.Builderavoiding the need to create one manually viaEndpointDisplayContentResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisplayContent(EndpointDisplayContentResponse).- Parameters:
displayContent- a consumer that will call methods onEndpointDisplayContentResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
productRestEndpointPageArn
UpdateProductRestEndpointPageResponse.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
UpdateProductRestEndpointPageResponse.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
UpdateProductRestEndpointPageResponse.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 UpdateProductRestEndpointPageResponse.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 UpdateProductRestEndpointPageResponse.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:
-