Interface HubS3StorageConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HubS3StorageConfig.Builder,HubS3StorageConfig>,SdkBuilder<HubS3StorageConfig.Builder,HubS3StorageConfig>,SdkPojo
- Enclosing class:
- HubS3StorageConfig
public static interface HubS3StorageConfig.Builder extends SdkPojo, CopyableBuilder<HubS3StorageConfig.Builder,HubS3StorageConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HubS3StorageConfig.Builders3OutputPath(String s3OutputPath)The Amazon S3 bucket prefix for hosting hub content.-
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, sdkFields
-
-
-
-
Method Detail
-
s3OutputPath
HubS3StorageConfig.Builder s3OutputPath(String s3OutputPath)
The Amazon S3 bucket prefix for hosting hub content.
- Parameters:
s3OutputPath- The Amazon S3 bucket prefix for hosting hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-