Interface CustomerManagedChannelS3StorageSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>,SdkBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>,SdkPojo
- Enclosing class:
- CustomerManagedChannelS3StorageSummary
public static interface CustomerManagedChannelS3StorageSummary.Builder extends SdkPojo, CopyableBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerManagedChannelS3StorageSummary.Builderbucket(String bucket)The name of the S3 bucket in which channel data is stored.CustomerManagedChannelS3StorageSummary.BuilderkeyPrefix(String keyPrefix)(Optional) The prefix used to create the keys of the channel data objects.CustomerManagedChannelS3StorageSummary.BuilderroleArn(String roleArn)The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bucket
CustomerManagedChannelS3StorageSummary.Builder bucket(String bucket)
The name of the S3 bucket in which channel data is stored.
- Parameters:
bucket- The name of the S3 bucket in which channel data is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefix
CustomerManagedChannelS3StorageSummary.Builder keyPrefix(String keyPrefix)
(Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a forward slash (/).
- Parameters:
keyPrefix- (Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a forward slash (/).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
CustomerManagedChannelS3StorageSummary.Builder roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
- Parameters:
roleArn- The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-