public static interface ListLensesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListLensesRequest.Builder,ListLensesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLensesRequest.Builder |
lensName(String lensName)
Sets the value of the LensName property for this object.
|
ListLensesRequest.Builder |
lensStatus(LensStatusType lensStatus)
The status of lenses to be returned.
|
ListLensesRequest.Builder |
lensStatus(String lensStatus)
The status of lenses to be returned.
|
ListLensesRequest.Builder |
lensType(LensType lensType)
The type of lenses to be returned.
|
ListLensesRequest.Builder |
lensType(String lensType)
The type of lenses to be returned.
|
ListLensesRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListLensesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListLensesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLensesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLensesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListLensesRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListLensesRequest.Builder lensType(String lensType)
The type of lenses to be returned.
ListLensesRequest.Builder lensType(LensType lensType)
The type of lenses to be returned.
ListLensesRequest.Builder lensStatus(String lensStatus)
The status of lenses to be returned.
lensStatus - The status of lenses to be returned.LensStatusType,
LensStatusTypeListLensesRequest.Builder lensStatus(LensStatusType lensStatus)
The status of lenses to be returned.
lensStatus - The status of lenses to be returned.LensStatusType,
LensStatusTypeListLensesRequest.Builder lensName(String lensName)
lensName - The new value for the LensName property for this object.ListLensesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLensesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.