@Stability(value=Stable)
public static interface CfnIntegration.S3SourcePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.customerprofiles.*;
S3SourcePropertiesProperty s3SourcePropertiesProperty = S3SourcePropertiesProperty.builder()
.bucketName("bucketName")
// the properties below are optional
.bucketPrefix("bucketPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.S3SourcePropertiesProperty.Builder
A builder for
CfnIntegration.S3SourcePropertiesProperty |
static class |
CfnIntegration.S3SourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnIntegration.S3SourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.S3SourcePropertiesProperty.Builder |
builder() |
String |
getBucketName()
The Amazon S3 bucket name where the source files are stored.
|
default String |
getBucketPrefix()
The object key for the Amazon S3 bucket in which the source files are stored.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @Nullable default String getBucketPrefix()
@Stability(value=Stable) static CfnIntegration.S3SourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.