Interface CspmConnectorSummary.Builder

  • Method Details

    • connectorArn

      CspmConnectorSummary.Builder connectorArn(String connectorArn)

      The Amazon Resource Name (ARN) of the connector.

      Parameters:
      connectorArn - The Amazon Resource Name (ARN) of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorId

      CspmConnectorSummary.Builder connectorId(String connectorId)

      The unique identifier of the connector.

      Parameters:
      connectorId - The unique identifier of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the connector.

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

      CspmConnectorSummary.Builder description(String description)

      The description of the connector.

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

      CspmConnectorSummary.Builder providerSummary(CspmProviderSummary providerSummary)

      A summary of the cloud provider configuration for the connector.

      Parameters:
      providerSummary - A summary of the cloud provider configuration for the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerSummary

      default CspmConnectorSummary.Builder providerSummary(Consumer<CspmProviderSummary.Builder> providerSummary)

      A summary of the cloud provider configuration for the connector.

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

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

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

      CspmConnectorSummary.Builder createdAt(Instant createdAt)

      The ISO 8601 UTC timestamp indicating when the connector was created.

      Parameters:
      createdAt - The ISO 8601 UTC timestamp indicating when the connector was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      CspmConnectorSummary.Builder createdBy(String createdBy)

      The service principal that created the connector.

      Parameters:
      createdBy - The service principal that created the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enablementStatus

      CspmConnectorSummary.Builder enablementStatus(String enablementStatus)

      The enablement status of the connector.

      Parameters:
      enablementStatus - The enablement status of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enablementStatus

      CspmConnectorSummary.Builder enablementStatus(CspmEnablementStatus enablementStatus)

      The enablement status of the connector.

      Parameters:
      enablementStatus - The enablement status of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: