Interface EnableBaselineResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ControlTowerResponse.Builder, CopyableBuilder<EnableBaselineResponse.Builder,EnableBaselineResponse>, SdkBuilder<EnableBaselineResponse.Builder,EnableBaselineResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
EnableBaselineResponse

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

    • arn

      The ARN of the EnabledBaseline resource.

      Parameters:
      arn - The ARN of the EnabledBaseline resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationIdentifier

      EnableBaselineResponse.Builder operationIdentifier(String operationIdentifier)

      The ID (in UUID format) of the asynchronous EnableBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.

      Parameters:
      operationIdentifier - The ID (in UUID format) of the asynchronous EnableBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.