Interface WarningProperty.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WarningProperty.Builder,
,WarningProperty> SdkBuilder<WarningProperty.Builder,
,WarningProperty> SdkPojo
- Enclosing class:
WarningProperty
public static interface WarningProperty.Builder
extends SdkPojo, CopyableBuilder<WarningProperty.Builder,WarningProperty>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the property from the resource provider schema.propertyPath
(String propertyPath) The path of the property.Iftrue
, the specified property is required.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
-
propertyPath
The path of the property. For example, if this is for the
S3Bucket
member of theCode
property, the property path would beCode/S3Bucket
.- Parameters:
propertyPath
- The path of the property. For example, if this is for theS3Bucket
member of theCode
property, the property path would beCode/S3Bucket
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
required
If
true
, the specified property is required.- Parameters:
required
- Iftrue
, the specified property is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the property from the resource provider schema.
- Parameters:
description
- The description of the property from the resource provider schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-