@Stability(value=Stable)
public static interface CfnWorkflow.S3FileLocationProperty
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.transfer.*;
S3FileLocationProperty s3FileLocationProperty = S3FileLocationProperty.builder()
.s3FileLocation(S3InputFileLocationProperty.builder()
.bucket("bucket")
.key("key")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkflow.S3FileLocationProperty.Builder
A builder for
CfnWorkflow.S3FileLocationProperty |
static class |
CfnWorkflow.S3FileLocationProperty.Jsii$Proxy
An implementation for
CfnWorkflow.S3FileLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkflow.S3FileLocationProperty.Builder |
builder() |
default Object |
getS3FileLocation()
Specifies the details for the file location for the file that's being used in the workflow.
|
@Stability(value=Stable) @Nullable default Object getS3FileLocation()
Only applicable if you are using Amazon S3 storage.
@Stability(value=Stable) static CfnWorkflow.S3FileLocationProperty.Builder builder()
Copyright © 2023. All rights reserved.