public static final class CfnFaq.S3PathProperty.Builder
extends java.lang.Object
CfnFaq.S3PathProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFaq.S3PathProperty.Builder |
bucket(java.lang.String bucket)
Sets the value of
CfnFaq.S3PathProperty.getBucket() |
CfnFaq.S3PathProperty |
build()
Builds the configured instance.
|
CfnFaq.S3PathProperty.Builder |
key(java.lang.String key)
Sets the value of
CfnFaq.S3PathProperty.getKey() |
public CfnFaq.S3PathProperty.Builder bucket(java.lang.String bucket)
CfnFaq.S3PathProperty.getBucket()
bucket
- The name of the S3 bucket that contains the file. This parameter is required.this
public CfnFaq.S3PathProperty.Builder key(java.lang.String key)
CfnFaq.S3PathProperty.getKey()
key
- The name of the file. This parameter is required.this
public CfnFaq.S3PathProperty build()
CfnFaq.S3PathProperty
java.lang.NullPointerException
- if any required attribute was not provided