Interface IncludedProperty.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IncludedProperty.Builder,
,IncludedProperty> SdkBuilder<IncludedProperty.Builder,
,IncludedProperty> SdkPojo
- Enclosing class:
IncludedProperty
@Mutable
@NotThreadSafe
public static interface IncludedProperty.Builder
extends SdkPojo, CopyableBuilder<IncludedProperty.Builder,IncludedProperty>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
-