Interface GetAccessLogSubscriptionResponse.Builder

  • 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, in ISO-8601 format.

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

      GetAccessLogSubscriptionResponse.Builder destinationArn(String destinationArn)

      The Amazon Resource Name (ARN) of the access log destination.

      Parameters:
      destinationArn - The Amazon Resource Name (ARN) of the access log 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

      GetAccessLogSubscriptionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

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

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

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

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

      The ID of the service network or service.

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

      GetAccessLogSubscriptionResponse.Builder serviceNetworkLogType(String serviceNetworkLogType)

      The log type for the service network.

      Parameters:
      serviceNetworkLogType - The log type for the service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serviceNetworkLogType

      GetAccessLogSubscriptionResponse.Builder serviceNetworkLogType(ServiceNetworkLogType serviceNetworkLogType)

      The log type for the service network.

      Parameters:
      serviceNetworkLogType - The log type for the service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: