Interface UpdateDeploymentResponse.Builder
-
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDeploymentResponse.Builder,UpdateDeploymentResponse>,SdkBuilder<UpdateDeploymentResponse.Builder,UpdateDeploymentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDeploymentResponse
public static interface UpdateDeploymentResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateDeploymentResponse.Builder,UpdateDeploymentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDeploymentResponse.BuilderapiSummary(Map<String,? extends Map<String,MethodSnapshot>> apiSummary)A summary of the RestApi at the date and time that the deployment resource was created.UpdateDeploymentResponse.BuildercreatedDate(Instant createdDate)The date and time that the deployment resource was created.UpdateDeploymentResponse.Builderdescription(String description)The description for the deployment resource.UpdateDeploymentResponse.Builderid(String id)The identifier for the deployment resource.-
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
-
id
UpdateDeploymentResponse.Builder id(String id)
The 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.
-
description
UpdateDeploymentResponse.Builder description(String description)
The 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.
-
createdDate
UpdateDeploymentResponse.Builder createdDate(Instant createdDate)
The 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.
-
apiSummary
UpdateDeploymentResponse.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.
-
-