Class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails>
The log configuration for the results of the run command actions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchEncryptionEnabled
public final Boolean cloudWatchEncryptionEnabled()
Whether to enable encryption on the CloudWatch logs.
- Returns:
- Whether to enable encryption on the CloudWatch logs.
-
cloudWatchLogGroupName
public final String cloudWatchLogGroupName()
The name of the CloudWatch log group to send the logs to.
- Returns:
- The name of the CloudWatch log group to send the logs to.
-
s3BucketName
public final String s3BucketName()
The name of the S3 bucket to send logs to.
- Returns:
- The name of the S3 bucket to send logs to.
-
s3EncryptionEnabled
public final Boolean s3EncryptionEnabled()
Whether to encrypt the logs that are sent to the S3 bucket.
- Returns:
- Whether to encrypt the logs that are sent to the S3 bucket.
-
s3KeyPrefix
public final String s3KeyPrefix()
Identifies the folder in the S3 bucket to send the logs to.
- Returns:
- Identifies the folder in the S3 bucket to send the logs to.
-
toBuilder
public AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder toBuilder()
-
builder
public static AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-