@Stability(value=Stable)
public static interface CfnWorkflow.DecryptStepDetailsProperty
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.*;
DecryptStepDetailsProperty decryptStepDetailsProperty = DecryptStepDetailsProperty.builder()
.destinationFileLocation(InputFileLocationProperty.builder()
.efsFileLocation(EfsInputFileLocationProperty.builder()
.fileSystemId("fileSystemId")
.path("path")
.build())
.s3FileLocation(S3InputFileLocationProperty.builder()
.bucket("bucket")
.key("key")
.build())
.build())
.name("name")
.overwriteExisting("overwriteExisting")
.sourceFileLocation("sourceFileLocation")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkflow.DecryptStepDetailsProperty.Builder
A builder for
CfnWorkflow.DecryptStepDetailsProperty |
static class |
CfnWorkflow.DecryptStepDetailsProperty.Jsii$Proxy
An implementation for
CfnWorkflow.DecryptStepDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkflow.DecryptStepDetailsProperty.Builder |
builder() |
default Object |
getDestinationFileLocation()
`CfnWorkflow.DecryptStepDetailsProperty.DestinationFileLocation`.
|
default String |
getName()
`CfnWorkflow.DecryptStepDetailsProperty.Name`.
|
default String |
getOverwriteExisting()
`CfnWorkflow.DecryptStepDetailsProperty.OverwriteExisting`.
|
default String |
getSourceFileLocation()
`CfnWorkflow.DecryptStepDetailsProperty.SourceFileLocation`.
|
default String |
getType()
`CfnWorkflow.DecryptStepDetailsProperty.Type`.
|
@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) @Nullable default String getType()
@Stability(value=Stable) static CfnWorkflow.DecryptStepDetailsProperty.Builder builder()
Copyright © 2023. All rights reserved.