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.
LoggingInfohas been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use theOutputS3BucketNameandOutputS3KeyPrefixoptions in theTaskInvocationParametersstructure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoggingInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoggingInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3BucketName()The name of an S3 bucket where execution logs are stored.Strings3KeyPrefix()(Optional) The S3 bucket subfolder.Strings3Region()The Amazon Web Services Region where the S3 bucket is located.List<SdkField<?>>sdkFields()static Class<? extends LoggingInfo.Builder>serializableBuilderClass()LoggingInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
s3BucketName
public final String 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
public final String s3KeyPrefix()
(Optional) The S3 bucket subfolder.
- Returns:
- (Optional) The S3 bucket subfolder.
-
s3Region
public final String 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
public LoggingInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
-
builder
public static LoggingInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoggingInfo.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.
-
-