Interface Lens.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Lens.Builder,
,Lens> SdkBuilder<Lens.Builder,
,Lens> SdkPojo
- Enclosing class:
Lens
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Sets the value of the Description property for this object.The ARN of a lens.lensVersion
(String lensVersion) The version of a lens.Sets the value of the Name property for this object.The Amazon Web Services account ID that owns the lens.shareInvitationId
(String shareInvitationId) The ID assigned to the share invitation.The tags assigned to 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 Details
-
lensArn
The ARN of a lens.
- Parameters:
lensArn
- The ARN of a lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensVersion
The version of a lens.
- Parameters:
lensVersion
- The version of a lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description
- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
The Amazon Web Services account ID that owns the lens.
- Parameters:
owner
- The Amazon Web Services account ID that owns the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the lens.
- Parameters:
tags
- The tags assigned to the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-