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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedLogGroup.Builderarn(String arn)The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.ManagedLogGroup.BuilderlogGroupName(String logGroupName)The name of the Cloudwatch Log Group associated with the Express service.ManagedLogGroup.Builderstatus(String status)The status of the Cloudwatch LogGroup.ManagedLogGroup.Builderstatus(ManagedResourceStatus status)The status of the Cloudwatch LogGroup.ManagedLogGroup.BuilderstatusReason(String statusReason)Information about why the Cloudwatch LogGroup is in the current status.ManagedLogGroup.BuilderupdatedAt(Instant updatedAt)The Unix timestamp for when the Cloudwatch LogGroup was last updated-
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 Detail
-
arn
ManagedLogGroup.Builder arn(String 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
ManagedLogGroup.Builder status(String 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:
ManagedResourceStatus,ManagedResourceStatus
-
status
ManagedLogGroup.Builder status(ManagedResourceStatus 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:
ManagedResourceStatus,ManagedResourceStatus
-
statusReason
ManagedLogGroup.Builder statusReason(String 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
ManagedLogGroup.Builder updatedAt(Instant 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
ManagedLogGroup.Builder logGroupName(String 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.
-
-