Interface ListLensesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLensesRequest.Builder,
,ListLensesRequest> SdkBuilder<ListLensesRequest.Builder,
,ListLensesRequest> SdkPojo
,SdkRequest.Builder
,WellArchitectedRequest.Builder
- Enclosing class:
ListLensesRequest
public static interface ListLensesRequest.Builder
extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListLensesRequest.Builder,ListLensesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the LensName property for this object.lensStatus
(String lensStatus) The status of lenses to be returned.lensStatus
(LensStatusType lensStatus) The status of lenses to be returned.The type of lenses to be returned.The type of lenses to be returned.maxResults
(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
Method Details
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken
- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Sets the value of the MaxResults property for this object.- Parameters:
maxResults
- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensType
The type of lenses to be returned.
- Parameters:
lensType
- The type of lenses to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lensType
The type of lenses to be returned.
- Parameters:
lensType
- The type of lenses to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lensStatus
The status of lenses to be returned.
- Parameters:
lensStatus
- The status of lenses to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lensStatus
The status of lenses to be returned.
- Parameters:
lensStatus
- The status of lenses to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lensName
Sets the value of the LensName property for this object.- Parameters:
lensName
- The new value for the LensName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLensesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLensesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-