Interface AccessLogSubscriptionSummary.Builder

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

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

    • arn

      The Amazon Resource Name (ARN) of the access log subscription

      Parameters:
      arn - The Amazon Resource Name (ARN) of the access log subscription
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time that the access log subscription was created, specified in ISO-8601 format.

      Parameters:
      createdAt - The date and time that the access log subscription was created, specified in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationArn

      AccessLogSubscriptionSummary.Builder destinationArn(String destinationArn)

      The Amazon Resource Name (ARN) of the destination.

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

      The ID of the access log subscription.

      Parameters:
      id - The ID of the access log subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      AccessLogSubscriptionSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The date and time that the access log subscription was last updated, specified in ISO-8601 format.

      Parameters:
      lastUpdatedAt - The date and time that the access log subscription was last updated, specified in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      AccessLogSubscriptionSummary.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) of the service or service network.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the service or service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      The ID of the service or service network.

      Parameters:
      resourceId - The ID of the service or service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.