Interface GetProductRestEndpointPageRequest.Builder
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetProductRestEndpointPageRequest.Builder,,GetProductRestEndpointPageRequest> SdkBuilder<GetProductRestEndpointPageRequest.Builder,,GetProductRestEndpointPageRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetProductRestEndpointPageRequest
@Mutable
@NotThreadSafe
public static interface GetProductRestEndpointPageRequest.Builder
extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<GetProductRestEndpointPageRequest.Builder,GetProductRestEndpointPageRequest>
-
Method Summary
Modifier and TypeMethodDescriptionincludeRawDisplayContent(String includeRawDisplayContent) The query parameter to include raw 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.resourceOwnerAccountId(String resourceOwnerAccountId) The account ID of the resource owner of the portal product.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
-
includeRawDisplayContent
The query parameter to include raw display content.
- Parameters:
includeRawDisplayContent- The query parameter to include raw display content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
GetProductRestEndpointPageRequest.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.
-
resourceOwnerAccountId
The account ID of the resource owner of the portal product.
- Parameters:
resourceOwnerAccountId- The account ID of the resource owner of the portal product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetProductRestEndpointPageRequest.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
GetProductRestEndpointPageRequest.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.
-