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