Interface ManagedLogGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedLogGroup.Builder,,ManagedLogGroup> SdkBuilder<ManagedLogGroup.Builder,,ManagedLogGroup> SdkPojo
- Enclosing class:
ManagedLogGroup
@Mutable
@NotThreadSafe
public static interface ManagedLogGroup.Builder
extends SdkPojo, CopyableBuilder<ManagedLogGroup.Builder,ManagedLogGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.logGroupName(String logGroupName) The name of the Cloudwatch Log Group associated with the Express service.The status of the Cloudwatch LogGroup.status(ManagedResourceStatus status) The status of the Cloudwatch LogGroup.statusReason(String statusReason) Information about why the Cloudwatch LogGroup is in the current status.The Unix timestamp for when the Cloudwatch LogGroup was last updatedMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Cloudwatch LogGroup.
- Parameters:
status- The status of the Cloudwatch LogGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Cloudwatch LogGroup.
- Parameters:
status- The status of the Cloudwatch LogGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the Cloudwatch LogGroup is in the current status.
- Parameters:
statusReason- Information about why the Cloudwatch LogGroup is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp for when the Cloudwatch LogGroup was last updated
- Parameters:
updatedAt- The Unix timestamp for when the Cloudwatch LogGroup was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupName
The name of the Cloudwatch Log Group associated with the Express service.
- Parameters:
logGroupName- The name of the Cloudwatch Log Group associated with the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-