Interface ConformancePackInputParameter.Builder

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

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

    • parameterName

      ConformancePackInputParameter.Builder parameterName(String parameterName)

      One part of a key-value pair.

      Parameters:
      parameterName - One part of a key-value pair.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterValue

      ConformancePackInputParameter.Builder parameterValue(String parameterValue)

      Another part of the key-value pair.

      Parameters:
      parameterValue - Another part of the key-value pair.
      Returns:
      Returns a reference to this object so that method calls can be chained together.