Class CustomerManagedS3Storage
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.CustomerManagedS3Storage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomerManagedS3Storage.Builder,CustomerManagedS3Storage>
@Generated("software.amazon.awssdk:codegen") public final class CustomerManagedS3Storage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerManagedS3Storage.Builder,CustomerManagedS3Storage>
Contains information about a customer managed Amazon S3 bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomerManagedS3Storage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerManagedS3Storage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The ARN of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.Strings3ResourceArn()The ARN of the Amazon S3 object.List<SdkField<?>>sdkFields()static Class<? extends CustomerManagedS3Storage.Builder>serializableBuilderClass()CustomerManagedS3Storage.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
-
s3ResourceArn
public final String s3ResourceArn()
The ARN of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see Amazon S3 resources in the Amazon Simple Storage Service User Guide.
- Returns:
- The ARN of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see Amazon S3 resources in the Amazon Simple Storage Service User Guide.
-
roleArn
public final String roleArn()
The ARN of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.
- Returns:
- The ARN of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.
-
toBuilder
public CustomerManagedS3Storage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomerManagedS3Storage.Builder,CustomerManagedS3Storage>
-
builder
public static CustomerManagedS3Storage.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomerManagedS3Storage.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.
-
-