Interface GetCloudConnectorResponse.Builder

  • Method Details

    • cloudConnectorArn

      GetCloudConnectorResponse.Builder cloudConnectorArn(String cloudConnectorArn)

      The ARN of the cloud connector.

      Parameters:
      cloudConnectorArn - The ARN of the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      GetCloudConnectorResponse.Builder displayName(String displayName)

      The friendly name of the cloud connector.

      Parameters:
      displayName - The friendly name of the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetCloudConnectorResponse.Builder description(String description)

      The description of the cloud connector.

      Parameters:
      description - The description of the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the IAM role used by the cloud connector.

      Parameters:
      roleArn - The ARN of the IAM role used by the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configuration

      The configuration details for the third-party cloud environment connection.

      Parameters:
      configuration - The configuration details for the third-party cloud environment connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configuration

      The configuration details for the third-party cloud environment connection.

      This is a convenience method that creates an instance of the CloudConnectorConfiguration.Builder avoiding the need to create one manually via CloudConnectorConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to configuration(CloudConnectorConfiguration).

      Parameters:
      configuration - a consumer that will call methods on CloudConnectorConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • configConnectorArn

      GetCloudConnectorResponse.Builder configConnectorArn(String configConnectorArn)

      The ARN of the Amazon Web Services Config connector associated with this cloud connector.

      Parameters:
      configConnectorArn - The ARN of the Amazon Web Services Config connector associated with this cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time the cloud connector was created.

      Parameters:
      createdAt - The date and time the cloud connector was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the cloud connector was last updated.

      Parameters:
      updatedAt - The date and time the cloud connector was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.