Interface StaticValue.Builder

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

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

    • values

      A list of values. For example, the ARN of the assumed role.

      Parameters:
      values - A list of values. For example, the ARN of the assumed role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      StaticValue.Builder values(String... values)

      A list of values. For example, the ARN of the assumed role.

      Parameters:
      values - A list of values. For example, the ARN of the assumed role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.