Interface UpdateProductRestEndpointPageRequest.Builder
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProductRestEndpointPageRequest.Builder,,UpdateProductRestEndpointPageRequest> SdkBuilder<UpdateProductRestEndpointPageRequest.Builder,,UpdateProductRestEndpointPageRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateProductRestEndpointPageRequest
@Mutable
@NotThreadSafe
public static interface UpdateProductRestEndpointPageRequest.Builder
extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<UpdateProductRestEndpointPageRequest.Builder,UpdateProductRestEndpointPageRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayContent(Consumer<EndpointDisplayContent.Builder> displayContent) The display content.displayContent(EndpointDisplayContent displayContent) The display content.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.portalProductId(String portalProductId) The portal product identifier.productRestEndpointPageId(String productRestEndpointPageId) The product REST endpoint identifier.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.ApiGatewayV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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
-
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 UpdateProductRestEndpointPageRequest.Builder displayContent(Consumer<EndpointDisplayContent.Builder> displayContent) The display content.
This is a convenience method that creates an instance of theEndpointDisplayContent.Builderavoiding the need to create one manually viaEndpointDisplayContent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisplayContent(EndpointDisplayContent).- Parameters:
displayContent- a consumer that will call methods onEndpointDisplayContent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
portalProductId
The portal product identifier.
- Parameters:
portalProductId- The portal product identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productRestEndpointPageId
UpdateProductRestEndpointPageRequest.Builder productRestEndpointPageId(String productRestEndpointPageId) The product REST endpoint identifier.
- Parameters:
productRestEndpointPageId- The product REST endpoint identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
overrideConfiguration
UpdateProductRestEndpointPageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateProductRestEndpointPageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-