Interface CreateProductRestEndpointPageResponse.Builder
- All Superinterfaces:
ApiGatewayV2Response.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateProductRestEndpointPageResponse.Builder,,CreateProductRestEndpointPageResponse> SdkBuilder<CreateProductRestEndpointPageResponse.Builder,,CreateProductRestEndpointPageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateProductRestEndpointPageResponse
-
Method Summary
Modifier and TypeMethodDescriptiondisplayContent(Consumer<EndpointDisplayContentResponse.Builder> displayContent) The display content.displayContent(EndpointDisplayContentResponse displayContent) The display content.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.tryItState(TryItState tryItState) The try it state.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
CreateProductRestEndpointPageResponse.Builder displayContent(EndpointDisplayContentResponse displayContent) The display content.
- Parameters:
displayContent- The display content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayContent
default CreateProductRestEndpointPageResponse.Builder displayContent(Consumer<EndpointDisplayContentResponse.Builder> displayContent) The display content.
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
CreateProductRestEndpointPageResponse.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
CreateProductRestEndpointPageResponse.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
CreateProductRestEndpointPageResponse.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 CreateProductRestEndpointPageResponse.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 CreateProductRestEndpointPageResponse.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.
- Parameters:
tryItState- The try it state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tryItState
The try it state.
- Parameters:
tryItState- The try it state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-