Class LoggingInfo
java.lang.Object
software.amazon.awssdk.services.ssm.model.LoggingInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
@Generated("software.amazon.awssdk:codegen")
public final class LoggingInfo
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.
LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to
contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the
TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager
handles these options for the supported maintenance window task types, see
MaintenanceWindowTaskInvocationParameters.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LoggingInfo.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe name of an S3 bucket where execution logs are stored.final String(Optional) The S3 bucket subfolder.final Strings3Region()The Amazon Web Services Region where the S3 bucket is located.static Class<? extends LoggingInfo.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
s3BucketName
The name of an S3 bucket where execution logs are stored.
- Returns:
- The name of an S3 bucket where execution logs are stored.
-
s3KeyPrefix
(Optional) The S3 bucket subfolder.
- Returns:
- (Optional) The S3 bucket subfolder.
-
s3Region
The Amazon Web Services Region where the S3 bucket is located.
- Returns:
- The Amazon Web Services Region where the S3 bucket is located.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-