Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.Lens.Builder
-
Packages that use Lens.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of Lens.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return Lens.Builder Modifier and Type Method Description static Lens.BuilderLens. builder()Lens.BuilderLens.Builder. description(String description)Sets the value of the Description property for this object.Lens.BuilderLens.Builder. lensArn(String lensArn)The ARN of a lens.Lens.BuilderLens.Builder. lensVersion(String lensVersion)The version of a lens.Lens.BuilderLens.Builder. name(String name)Sets the value of the Name property for this object.Lens.BuilderLens.Builder. owner(String owner)The Amazon Web Services account ID that owns the lens.Lens.BuilderLens.Builder. shareInvitationId(String shareInvitationId)The ID assigned to the share invitation.Lens.BuilderLens.Builder. tags(Map<String,String> tags)The tags assigned to the lens.Lens.BuilderLens. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type Lens.Builder Modifier and Type Method Description static Class<? extends Lens.Builder>Lens. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type Lens.Builder Modifier and Type Method Description default GetLensResponse.BuilderGetLensResponse.Builder. lens(Consumer<Lens.Builder> lens)A lens return object.
-