Interface CreateDocumentationVersionRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateDocumentationVersionRequest.Builder,,CreateDocumentationVersionRequest> SdkBuilder<CreateDocumentationVersionRequest.Builder,,CreateDocumentationVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateDocumentationVersionRequest
public static interface CreateDocumentationVersionRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description about the new documentation snapshot.documentationVersion(String documentationVersion) The version identifier of the new snapshot.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The string identifier of the associated RestApi.The stage name to be associated with the new documentation snapshot.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.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, sdkFields
-
Method Details
-
restApiId
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentationVersion
The version identifier of the new snapshot.
- Parameters:
documentationVersion- The version identifier of the new snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
The stage name to be associated with the new documentation snapshot.
- Parameters:
stageName- The stage name to be associated with the new documentation snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description about the new documentation snapshot.
- Parameters:
description- A description about the new documentation snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDocumentationVersionRequest.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
CreateDocumentationVersionRequest.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.
-