public static interface ListWorkloadSharesResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListWorkloadSharesResponse.Builder,ListWorkloadSharesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkloadSharesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListWorkloadSharesResponse.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
ListWorkloadSharesResponse.Builder |
workloadShareSummaries(Collection<WorkloadShareSummary> workloadShareSummaries)
Sets the value of the WorkloadShareSummaries property for this object.
|
ListWorkloadSharesResponse.Builder |
workloadShareSummaries(Consumer<WorkloadShareSummary.Builder>... workloadShareSummaries)
Sets the value of the WorkloadShareSummaries property for this object.
|
ListWorkloadSharesResponse.Builder |
workloadShareSummaries(WorkloadShareSummary... workloadShareSummaries)
Sets the value of the WorkloadShareSummaries property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkloadSharesResponse.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.ListWorkloadSharesResponse.Builder workloadShareSummaries(Collection<WorkloadShareSummary> workloadShareSummaries)
workloadShareSummaries - The new value for the WorkloadShareSummaries property for this object.ListWorkloadSharesResponse.Builder workloadShareSummaries(WorkloadShareSummary... workloadShareSummaries)
workloadShareSummaries - The new value for the WorkloadShareSummaries property for this object.ListWorkloadSharesResponse.Builder workloadShareSummaries(Consumer<WorkloadShareSummary.Builder>... workloadShareSummaries)
WorkloadShareSummary.Builder avoiding the need
to create one manually via
WorkloadShareSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #workloadShareSummaries(List.
workloadShareSummaries - a consumer that will call methods on
WorkloadShareSummary.Builder#workloadShareSummaries(java.util.Collection) ListWorkloadSharesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.