Interface Resource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Resource.Builder,Resource>, SdkBuilder<Resource.Builder,Resource>, SdkPojo
Enclosing class:
Resource

public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
  • Method Details

    • type

      Sets the value of the Type property for this object.
      Parameters:
      type - The new value for the Type property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      Sets the value of the Arn property for this object.
      Parameters:
      arn - The new value for the Arn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • feature

      Resource.Builder feature(String feature)
      Sets the value of the Feature property for this object.
      Parameters:
      feature - The new value for the Feature property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributes

      Resource.Builder attributes(Map<String,String> attributes)
      Sets the value of the Attributes property for this object.
      Parameters:
      attributes - The new value for the Attributes property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.