Interface GetExtensionAssociationResponse.Builder

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

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

    • id

      The system-generated ID for the association.

      Parameters:
      id - The system-generated ID for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extensionArn

      GetExtensionAssociationResponse.Builder extensionArn(String extensionArn)

      The ARN of the extension defined in the association.

      Parameters:
      extensionArn - The ARN of the extension defined in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      The ARNs of applications, configuration profiles, or environments defined in the association.

      Parameters:
      resourceArn - The ARNs of applications, configuration profiles, or environments defined in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The system-generated Amazon Resource Name (ARN) for the extension.

      Parameters:
      arn - The system-generated Amazon Resource Name (ARN) for the extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      The parameter names and values defined in the association.

      Parameters:
      parameters - The parameter names and values defined in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extensionVersionNumber

      GetExtensionAssociationResponse.Builder extensionVersionNumber(Integer extensionVersionNumber)

      The version number for the extension defined in the association.

      Parameters:
      extensionVersionNumber - The version number for the extension defined in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.