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