@Stability(value=Stable)
public static interface CfnJob.JobSampleProperty
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.databrew.*;
JobSampleProperty jobSampleProperty = JobSampleProperty.builder()
.mode("mode")
.size(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJob.JobSampleProperty.Builder
A builder for
CfnJob.JobSampleProperty |
static class |
CfnJob.JobSampleProperty.Jsii$Proxy
An implementation for
CfnJob.JobSampleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.JobSampleProperty.Builder |
builder() |
default String |
getMode()
`CfnJob.JobSampleProperty.Mode`.
|
default Number |
getSize()
`CfnJob.JobSampleProperty.Size`.
|
@Stability(value=Stable) @Nullable default String getMode()
@Stability(value=Stable) @Nullable default Number getSize()
@Stability(value=Stable) static CfnJob.JobSampleProperty.Builder builder()
CfnJob.JobSampleProperty.Builder of CfnJob.JobSamplePropertyCopyright © 2022. All rights reserved.