public static interface AccessLogSubscriptionSummary.Builder extends SdkPojo, CopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>
| Modifier and Type | Method and Description |
|---|---|
AccessLogSubscriptionSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the access log subscription
|
AccessLogSubscriptionSummary.Builder |
createdAt(Instant createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
|
AccessLogSubscriptionSummary.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
AccessLogSubscriptionSummary.Builder |
id(String id)
The ID of the access log subscription.
|
AccessLogSubscriptionSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
|
AccessLogSubscriptionSummary.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service or service network.
|
AccessLogSubscriptionSummary.Builder |
resourceId(String resourceId)
The ID of the service or service network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessLogSubscriptionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the access log subscription
arn - The Amazon Resource Name (ARN) of the access log subscriptionAccessLogSubscriptionSummary.Builder createdAt(Instant createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
createdAt - The date and time that the access log subscription was created, specified in ISO-8601 format.AccessLogSubscriptionSummary.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
destinationArn - The Amazon Resource Name (ARN) of the destination.AccessLogSubscriptionSummary.Builder id(String id)
The ID of the access log subscription.
id - The ID of the access log subscription.AccessLogSubscriptionSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
lastUpdatedAt - The date and time that the access log subscription was last updated, specified in ISO-8601 format.AccessLogSubscriptionSummary.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service or service network.
resourceArn - The Amazon Resource Name (ARN) of the service or service network.AccessLogSubscriptionSummary.Builder resourceId(String resourceId)
The ID of the service or service network.
resourceId - The ID of the service or service network.Copyright © 2023. All rights reserved.