public static interface Lens.Builder extends SdkPojo, CopyableBuilder<Lens.Builder,Lens>
| Modifier and Type | Method and Description |
|---|---|
Lens.Builder |
description(String description)
Sets the value of the Description property for this object.
|
Lens.Builder |
lensArn(String lensArn)
The ARN of a lens.
|
Lens.Builder |
lensVersion(String lensVersion)
The version of a lens.
|
Lens.Builder |
name(String name)
Sets the value of the Name property for this object.
|
Lens.Builder |
owner(String owner)
The Amazon Web Services account ID that owns the lens.
|
Lens.Builder |
shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
Lens.Builder |
tags(Map<String,String> tags)
The tags assigned to the lens.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLens.Builder lensArn(String lensArn)
The ARN of a lens.
lensArn - The ARN of a lens.Lens.Builder lensVersion(String lensVersion)
The version of a lens.
lensVersion - The version of a lens.Lens.Builder name(String name)
name - The new value for the Name property for this object.Lens.Builder description(String description)
description - The new value for the Description property for this object.Lens.Builder owner(String owner)
The Amazon Web Services account ID that owns the lens.
owner - The Amazon Web Services account ID that owns the lens.Lens.Builder shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.Lens.Builder tags(Map<String,String> tags)
The tags assigned to the lens.
tags - The tags assigned to the lens.Copyright © 2023. All rights reserved.