Interface GetProductRestEndpointPageResponse.Builder
- All Superinterfaces:
ApiGatewayV2Response.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetProductRestEndpointPageResponse.Builder,,GetProductRestEndpointPageResponse> SdkBuilder<GetProductRestEndpointPageResponse.Builder,,GetProductRestEndpointPageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetProductRestEndpointPageResponse
-
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.rawDisplayContent(String rawDisplayContent) The raw display content of the product REST endpoint page.restEndpointIdentifier(Consumer<RestEndpointIdentifier.Builder> restEndpointIdentifier) The REST endpoint identifier.restEndpointIdentifier(RestEndpointIdentifier restEndpointIdentifier) The REST endpoint identifier.The status of the product REST endpoint page.The status of the product REST endpoint page.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
GetProductRestEndpointPageResponse.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 GetProductRestEndpointPageResponse.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
GetProductRestEndpointPageResponse.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
GetProductRestEndpointPageResponse.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.
-
rawDisplayContent
The raw display content of the product REST endpoint page.
- Parameters:
rawDisplayContent- The raw display content of the product REST endpoint page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restEndpointIdentifier
GetProductRestEndpointPageResponse.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 GetProductRestEndpointPageResponse.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 of the product REST endpoint page.
- Parameters:
status- The status of the product REST endpoint page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the product REST endpoint page.
- Parameters:
status- The status of the product REST endpoint page.- 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 GetProductRestEndpointPageResponse.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:
-