Interface GetDeploymentResponse.Builder
- All Superinterfaces:
- ApiGatewayResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetDeploymentResponse.Builder,,- GetDeploymentResponse> - SdkBuilder<GetDeploymentResponse.Builder,,- GetDeploymentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetDeploymentResponse
@Mutable
@NotThreadSafe
public static interface GetDeploymentResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapiSummary(Map<String, ? extends Map<String, MethodSnapshot>> apiSummary) A summary of the RestApi at the date and time that the deployment resource was created.createdDate(Instant createdDate) The date and time that the deployment resource was created.description(String description) The description for the deployment resource.The identifier for the deployment resource.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe identifier for the deployment resource. - Parameters:
- id- The identifier for the deployment resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description for the deployment resource. - Parameters:
- description- The description for the deployment resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdDateThe date and time that the deployment resource was created. - Parameters:
- createdDate- The date and time that the deployment resource was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
apiSummaryGetDeploymentResponse.Builder apiSummary(Map<String, ? extends Map<String, MethodSnapshot>> apiSummary) A summary of the RestApi at the date and time that the deployment resource was created. - Parameters:
- apiSummary- A summary of the RestApi at the date and time that the deployment resource was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-