Interface DeliverySource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeliverySource.Builder,
,DeliverySource> SdkBuilder<DeliverySource.Builder,
,DeliverySource> SdkPojo
- Enclosing class:
DeliverySource
public static interface DeliverySource.Builder
extends SdkPojo, CopyableBuilder<DeliverySource.Builder,DeliverySource>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that uniquely identifies this delivery source.The type of log that the source is sending.The unique name of the delivery source.resourceArns
(String... resourceArns) This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source.resourceArns
(Collection<String> resourceArns) This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source.The Amazon Web Services service that is sending logs.The tags that have been assigned to this delivery source.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 Details
-
name
The unique name of the delivery source.
- Parameters:
name
- The unique name of the delivery source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) that uniquely identifies this delivery source.
- Parameters:
arn
- The Amazon Resource Name (ARN) that uniquely identifies this delivery source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source. Currently, only one ARN can be in the array.
- Parameters:
resourceArns
- This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source. Currently, only one ARN can be in the array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source. Currently, only one ARN can be in the array.
- Parameters:
resourceArns
- This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source. Currently, only one ARN can be in the array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
The Amazon Web Services service that is sending logs.
- Parameters:
service
- The Amazon Web Services service that is sending logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logType
The type of log that the source is sending. For valid values for this parameter, see the documentation for the source service.
- Parameters:
logType
- The type of log that the source is sending. For valid values for this parameter, see the documentation for the source service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags that have been assigned to this delivery source.
- Parameters:
tags
- The tags that have been assigned to this delivery source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-