Interface IncludedProperty.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IncludedProperty.Builder,IncludedProperty>,SdkBuilder<IncludedProperty.Builder,IncludedProperty>,SdkPojo
- Enclosing class:
- IncludedProperty
public static interface IncludedProperty.Builder extends SdkPojo, CopyableBuilder<IncludedProperty.Builder,IncludedProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncludedProperty.Buildername(String name)The name of the property that is included in this view.-
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
-
name
IncludedProperty.Builder name(String name)
The name of the property that is included in this view.
You can specify the following property names for this field:
-
Tags
- Parameters:
name- The name of the property that is included in this view.You can specify the following property names for this field:
-
Tags
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-