Interface GetAccessLogSubscriptionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAccessLogSubscriptionResponse.Builder,
,GetAccessLogSubscriptionResponse> SdkBuilder<GetAccessLogSubscriptionResponse.Builder,
,GetAccessLogSubscriptionResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
GetAccessLogSubscriptionResponse
@Mutable
@NotThreadSafe
public static interface GetAccessLogSubscriptionResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetAccessLogSubscriptionResponse.Builder,GetAccessLogSubscriptionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the access log subscription.The date and time that the access log subscription was created, in ISO-8601 format.destinationArn
(String destinationArn) The Amazon Resource Name (ARN) of the access log destination.The ID of the access log subscription.lastUpdatedAt
(Instant lastUpdatedAt) The date and time that the access log subscription was last updated, in ISO-8601 format.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the service network or service.resourceId
(String resourceId) The ID of the service network or service.serviceNetworkLogType
(String serviceNetworkLogType) The log type for the service network.serviceNetworkLogType
(ServiceNetworkLogType serviceNetworkLogType) The log type for the service network.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
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
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
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
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:
-