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