Interface LensReviewReport.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LensReviewReport.Builder,LensReviewReport>,SdkBuilder<LensReviewReport.Builder,LensReviewReport>,SdkPojo
- Enclosing class:
- LensReviewReport
public static interface LensReviewReport.Builder extends SdkPojo, CopyableBuilder<LensReviewReport.Builder,LensReviewReport>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LensReviewReport.Builderbase64String(String base64String)Sets the value of the Base64String property for this object.LensReviewReport.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.LensReviewReport.BuilderlensArn(String lensArn)The ARN for the lens.-
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
-
-
-
-
Method Detail
-
lensAlias
LensReviewReport.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.
-
lensArn
LensReviewReport.Builder lensArn(String lensArn)
The ARN for the lens.
- Parameters:
lensArn- The ARN for the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
base64String
LensReviewReport.Builder base64String(String base64String)
Sets the value of the Base64String property for this object.- Parameters:
base64String- The new value for the Base64String property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-