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 Details

    • propertyPath

      WarningProperty.Builder propertyPath(String propertyPath)

      The path of the property. For example, if this is for the S3Bucket member of the Code property, the property path would be Code/S3Bucket.

      Parameters:
      propertyPath - The path of the property. For example, if this is for the S3Bucket member of the Code property, the property path would be Code/S3Bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • required

      WarningProperty.Builder required(Boolean required)

      If true, the specified property is required.

      Parameters:
      required - If true, the specified property is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      WarningProperty.Builder description(String 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.