Class S3OutputLocation
java.lang.Object
software.amazon.awssdk.services.ssm.model.S3OutputLocation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
@Generated("software.amazon.awssdk:codegen")
public final class S3OutputLocation
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
An S3 bucket where you want to store the results of this request.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic S3OutputLocation.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe name of the S3 bucket.final StringThe S3 bucket subfolder.final StringThe Amazon Web Services Region of the S3 bucket.static Class<? extends S3OutputLocation.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
-
outputS3Region
The Amazon Web Services Region of the S3 bucket.
- Returns:
- The Amazon Web Services Region of the S3 bucket.
-
outputS3BucketName
The name of the S3 bucket.
- Returns:
- The name of the S3 bucket.
-
outputS3KeyPrefix
The S3 bucket subfolder.
- Returns:
- The S3 bucket subfolder.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
-
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
-