Interface AwsLogSourceResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsLogSourceResource.Builder,
,AwsLogSourceResource> SdkBuilder<AwsLogSourceResource.Builder,
,AwsLogSourceResource> SdkPojo
- Enclosing class:
AwsLogSourceResource
@Mutable
@NotThreadSafe
public static interface AwsLogSourceResource.Builder
extends SdkPojo, CopyableBuilder<AwsLogSourceResource.Builder,AwsLogSourceResource>
-
Method Summary
Modifier and TypeMethodDescriptionsourceName
(String sourceName) The name for a Amazon Web Services source.sourceName
(AwsLogSourceName sourceName) The name for a Amazon Web Services source.sourceVersion
(String sourceVersion) The version for a Amazon Web Services 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, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceName
The name for a Amazon Web Services source. This must be a Regionally unique value.
- Parameters:
sourceName
- The name for a Amazon Web Services source. This must be a Regionally unique value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceName
The name for a Amazon Web Services source. This must be a Regionally unique value.
- Parameters:
sourceName
- The name for a Amazon Web Services source. This must be a Regionally unique value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceVersion
The version for a Amazon Web Services source. This must be a Regionally unique value.
- Parameters:
sourceVersion
- The version for a Amazon Web Services source. This must be a Regionally unique value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-