Interface DataLakeSourceStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataLakeSourceStatus.Builder,
,DataLakeSourceStatus> SdkBuilder<DataLakeSourceStatus.Builder,
,DataLakeSourceStatus> SdkPojo
- Enclosing class:
DataLakeSourceStatus
@Mutable
@NotThreadSafe
public static interface DataLakeSourceStatus.Builder
extends SdkPojo, CopyableBuilder<DataLakeSourceStatus.Builder,DataLakeSourceStatus>
-
Method Summary
Modifier and TypeMethodDescriptionDefines path the stored logs are available which has information on your systems, applications, and services.The health status of services, including error codes and patterns.status
(SourceCollectionStatus status) The health status of services, including error codes and patterns.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
-
resource
Defines path the stored logs are available which has information on your systems, applications, and services.
- Parameters:
resource
- Defines path the stored logs are available which has information on your systems, applications, and services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The health status of services, including error codes and patterns.
- Parameters:
status
- The health status of services, including error codes and patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The health status of services, including error codes and patterns.
- Parameters:
status
- The health status of services, including error codes and patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-