Interface AccessLogSubscriptionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>,SdkBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>,SdkPojo
- Enclosing class:
- AccessLogSubscriptionSummary
public static interface AccessLogSubscriptionSummary.Builder extends SdkPojo, CopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessLogSubscriptionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the access log subscriptionAccessLogSubscriptionSummary.BuildercreatedAt(Instant createdAt)The date and time that the access log subscription was created, specified in ISO-8601 format.AccessLogSubscriptionSummary.BuilderdestinationArn(String destinationArn)The Amazon Resource Name (ARN) of the destination.AccessLogSubscriptionSummary.Builderid(String id)The ID of the access log subscription.AccessLogSubscriptionSummary.BuilderlastUpdatedAt(Instant lastUpdatedAt)The date and time that the access log subscription was last updated, specified in ISO-8601 format.AccessLogSubscriptionSummary.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the service or service network.AccessLogSubscriptionSummary.BuilderresourceId(String resourceId)The ID of the service or 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, sdkFields
-
-
-
-
Method Detail
-
arn
AccessLogSubscriptionSummary.Builder arn(String 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
AccessLogSubscriptionSummary.Builder createdAt(Instant createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
- Parameters:
createdAt- The date and time that the access log subscription was created, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationArn
AccessLogSubscriptionSummary.Builder destinationArn(String 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
AccessLogSubscriptionSummary.Builder id(String 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
AccessLogSubscriptionSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
- Parameters:
lastUpdatedAt- The date and time that the access log subscription was last updated, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
AccessLogSubscriptionSummary.Builder resourceArn(String 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
AccessLogSubscriptionSummary.Builder resourceId(String 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.
-
-