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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDocumentationVersionRequest.Builderdescription(String description)A description about the new documentation snapshot.CreateDocumentationVersionRequest.BuilderdocumentationVersion(String documentationVersion)The version identifier of the new snapshot.CreateDocumentationVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDocumentationVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDocumentationVersionRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.CreateDocumentationVersionRequest.BuilderstageName(String stageName)The stage name to be associated with the new documentation snapshot.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
restApiId
CreateDocumentationVersionRequest.Builder restApiId(String 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
CreateDocumentationVersionRequest.Builder documentationVersion(String 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
CreateDocumentationVersionRequest.Builder stageName(String 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
CreateDocumentationVersionRequest.Builder description(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDocumentationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-