public static interface GetMilestoneResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<GetMilestoneResponse.Builder,GetMilestoneResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMilestoneResponse.Builder |
milestone(Consumer<Milestone.Builder> milestone)
Sets the value of the Milestone property for this object.
|
GetMilestoneResponse.Builder |
milestone(Milestone milestone)
Sets the value of the Milestone property for this object.
|
GetMilestoneResponse.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMilestoneResponse.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.GetMilestoneResponse.Builder milestone(Milestone milestone)
milestone - The new value for the Milestone property for this object.default GetMilestoneResponse.Builder milestone(Consumer<Milestone.Builder> milestone)
Milestone.Builder avoiding the need to
create one manually via Milestone.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to milestone(Milestone).
milestone - a consumer that will call methods on Milestone.Buildermilestone(Milestone)Copyright © 2023. All rights reserved.