@Stability(value=Stable)
public static interface CfnWorkflow.CustomStepDetailsProperty
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.*;
CustomStepDetailsProperty customStepDetailsProperty = CustomStepDetailsProperty.builder()
.name("name")
.sourceFileLocation("sourceFileLocation")
.target("target")
.timeoutSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkflow.CustomStepDetailsProperty.Builder
A builder for
CfnWorkflow.CustomStepDetailsProperty |
static class |
CfnWorkflow.CustomStepDetailsProperty.Jsii$Proxy
An implementation for
CfnWorkflow.CustomStepDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkflow.CustomStepDetailsProperty.Builder |
builder() |
default String |
getName()
`CfnWorkflow.CustomStepDetailsProperty.Name`.
|
default String |
getSourceFileLocation()
`CfnWorkflow.CustomStepDetailsProperty.SourceFileLocation`.
|
default String |
getTarget()
`CfnWorkflow.CustomStepDetailsProperty.Target`.
|
default Number |
getTimeoutSeconds()
`CfnWorkflow.CustomStepDetailsProperty.TimeoutSeconds`.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getSourceFileLocation()
@Stability(value=Stable) @Nullable default String getTarget()
@Stability(value=Stable) @Nullable default Number getTimeoutSeconds()
@Stability(value=Stable) static CfnWorkflow.CustomStepDetailsProperty.Builder builder()
Copyright © 2023. All rights reserved.