Interface AccessLogSubscriptionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessLogSubscriptionSummary.Builder,
,AccessLogSubscriptionSummary> SdkBuilder<AccessLogSubscriptionSummary.Builder,
,AccessLogSubscriptionSummary> SdkPojo
- Enclosing class:
AccessLogSubscriptionSummary
@Mutable
@NotThreadSafe
public static interface AccessLogSubscriptionSummary.Builder
extends SdkPojo, CopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the access log subscriptionThe date and time that the access log subscription was created, in ISO-8601 format.destinationArn
(String destinationArn) The Amazon Resource Name (ARN) of the 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 or service network.resourceId
(String resourceId) The ID of the service or service network.serviceNetworkLogType
(String serviceNetworkLogType) Log type of the service network.serviceNetworkLogType
(ServiceNetworkLogType serviceNetworkLogType) Log type of 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
-
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 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
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 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.
-
serviceNetworkLogType
Log type of the service network.
- Parameters:
serviceNetworkLogType
- Log type of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceNetworkLogType
AccessLogSubscriptionSummary.Builder serviceNetworkLogType(ServiceNetworkLogType serviceNetworkLogType) Log type of the service network.
- Parameters:
serviceNetworkLogType
- Log type of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-