@Stability(value=Stable)
public static interface CfnWorkflow.CopyStepDetailsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
CopyStepDetailsProperty copyStepDetailsProperty = CopyStepDetailsProperty.builder()
.destinationFileLocation(S3FileLocationProperty.builder()
.s3FileLocation(S3InputFileLocationProperty.builder()
.bucket("bucket")
.key("key")
.build())
.build())
.name("name")
.overwriteExisting("overwriteExisting")
.sourceFileLocation("sourceFileLocation")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkflow.CopyStepDetailsProperty.Builder
A builder for
CfnWorkflow.CopyStepDetailsProperty |
static class |
CfnWorkflow.CopyStepDetailsProperty.Jsii$Proxy
An implementation for
CfnWorkflow.CopyStepDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkflow.CopyStepDetailsProperty.Builder |
builder() |
default Object |
getDestinationFileLocation()
`CfnWorkflow.CopyStepDetailsProperty.DestinationFileLocation`.
|
default String |
getName()
`CfnWorkflow.CopyStepDetailsProperty.Name`.
|
default String |
getOverwriteExisting()
`CfnWorkflow.CopyStepDetailsProperty.OverwriteExisting`.
|
default String |
getSourceFileLocation()
`CfnWorkflow.CopyStepDetailsProperty.SourceFileLocation`.
|
@Stability(value=Stable) @Nullable default Object getDestinationFileLocation()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getOverwriteExisting()
@Stability(value=Stable) @Nullable default String getSourceFileLocation()
@Stability(value=Stable) static CfnWorkflow.CopyStepDetailsProperty.Builder builder()
Copyright © 2023. All rights reserved.