Interface DeleteLensRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteLensRequest.Builder,DeleteLensRequest>,SdkBuilder<DeleteLensRequest.Builder,DeleteLensRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- DeleteLensRequest
public static interface DeleteLensRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<DeleteLensRequest.Builder,DeleteLensRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteLensRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.DeleteLensRequest.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.DeleteLensRequest.BuilderlensStatus(String lensStatus)The status of the lens to be deleted.DeleteLensRequest.BuilderlensStatus(LensStatusType lensStatus)The status of the lens to be deleted.DeleteLensRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteLensRequest.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
-
lensAlias
DeleteLensRequest.Builder lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
DeleteLensRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensStatus
DeleteLensRequest.Builder lensStatus(String lensStatus)
The status of the lens to be deleted.
- Parameters:
lensStatus- The status of the lens to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LensStatusType,LensStatusType
-
lensStatus
DeleteLensRequest.Builder lensStatus(LensStatusType lensStatus)
The status of the lens to be deleted.
- Parameters:
lensStatus- The status of the lens to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LensStatusType,LensStatusType
-
overrideConfiguration
DeleteLensRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteLensRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-