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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLensesRequest.BuilderlensName(String lensName)Sets the value of the LensName property for this object.ListLensesRequest.BuilderlensStatus(String lensStatus)The status of lenses to be returned.ListLensesRequest.BuilderlensStatus(LensStatusType lensStatus)The status of lenses to be returned.ListLensesRequest.BuilderlensType(String lensType)The type of lenses to be returned.ListLensesRequest.BuilderlensType(LensType lensType)The type of lenses to be returned.ListLensesRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListLensesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListLensesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLensesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
nextToken
ListLensesRequest.Builder nextToken(String 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
ListLensesRequest.Builder maxResults(Integer 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
ListLensesRequest.Builder lensType(String lensType)
The type of lenses to be returned.
-
lensType
ListLensesRequest.Builder lensType(LensType lensType)
The type of lenses to be returned.
-
lensStatus
ListLensesRequest.Builder lensStatus(String 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:
LensStatusType,LensStatusType
-
lensStatus
ListLensesRequest.Builder lensStatus(LensStatusType 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:
LensStatusType,LensStatusType
-
lensName
ListLensesRequest.Builder lensName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLensesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-