public static interface ListWorkloadSharesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListWorkloadSharesRequest.Builder,ListWorkloadSharesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkloadSharesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListWorkloadSharesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListWorkloadSharesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkloadSharesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkloadSharesRequest.Builder |
sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the
workload is shared.
|
ListWorkloadSharesRequest.Builder |
status(ShareStatus status)
Sets the value of the Status property for this object.
|
ListWorkloadSharesRequest.Builder |
status(String status)
Sets the value of the Status property for this object.
|
ListWorkloadSharesRequest.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkloadSharesRequest.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.ListWorkloadSharesRequest.Builder sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload is shared.
sharedWithPrefix - The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with
which the workload is shared.ListWorkloadSharesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListWorkloadSharesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults - The maximum number of results to return for this request.ListWorkloadSharesRequest.Builder status(String status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusListWorkloadSharesRequest.Builder status(ShareStatus status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusListWorkloadSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkloadSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.