public static final class FunctionResource.CodeProperty.Builder extends Object
FunctionResource.CodeProperty.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.CodeProperty |
build() |
FunctionResource.CodeProperty.Builder |
withS3Bucket(String value)
``FunctionResource.CodeProperty.S3Bucket``
|
FunctionResource.CodeProperty.Builder |
withS3Bucket(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.S3Bucket``
|
FunctionResource.CodeProperty.Builder |
withS3Key(String value)
``FunctionResource.CodeProperty.S3Key``
|
FunctionResource.CodeProperty.Builder |
withS3Key(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.S3Key``
|
FunctionResource.CodeProperty.Builder |
withS3ObjectVersion(String value)
``FunctionResource.CodeProperty.S3ObjectVersion``
|
FunctionResource.CodeProperty.Builder |
withS3ObjectVersion(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.S3ObjectVersion``
|
FunctionResource.CodeProperty.Builder |
withZipFile(String value)
``FunctionResource.CodeProperty.ZipFile``
|
FunctionResource.CodeProperty.Builder |
withZipFile(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.ZipFile``
|
public FunctionResource.CodeProperty.Builder withS3Bucket(String value)
public FunctionResource.CodeProperty.Builder withS3Bucket(software.amazon.awscdk.Token value)
public FunctionResource.CodeProperty.Builder withS3Key(String value)
public FunctionResource.CodeProperty.Builder withS3Key(software.amazon.awscdk.Token value)
public FunctionResource.CodeProperty.Builder withS3ObjectVersion(String value)
public FunctionResource.CodeProperty.Builder withS3ObjectVersion(software.amazon.awscdk.Token value)
public FunctionResource.CodeProperty.Builder withZipFile(String value)
public FunctionResource.CodeProperty.Builder withZipFile(software.amazon.awscdk.Token value)
public FunctionResource.CodeProperty build()
Copyright © 2018. All rights reserved.