Interface GetDocumentationVersionResponse.Builder
-
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>,SdkBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDocumentationVersionResponse
public static interface GetDocumentationVersionResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDocumentationVersionResponse.BuildercreatedDate(Instant createdDate)The date when the API documentation snapshot is created.GetDocumentationVersionResponse.Builderdescription(String description)The description of the API documentation snapshot.GetDocumentationVersionResponse.Builderversion(String version)The version identifier of the API documentation snapshot.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
version
GetDocumentationVersionResponse.Builder version(String version)
The version identifier of the API documentation snapshot.
- Parameters:
version- The version identifier of the API documentation snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
GetDocumentationVersionResponse.Builder createdDate(Instant createdDate)
The date when the API documentation snapshot is created.
- Parameters:
createdDate- The date when the API documentation snapshot is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetDocumentationVersionResponse.Builder description(String description)
The description of the API documentation snapshot.
- Parameters:
description- The description of the API documentation snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-