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