@Stability(value=Stable)
public static interface CfnJob.CsvOutputOptionsProperty
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.databrew.*;
CsvOutputOptionsProperty csvOutputOptionsProperty = CsvOutputOptionsProperty.builder()
.delimiter("delimiter")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJob.CsvOutputOptionsProperty.Builder
A builder for
CfnJob.CsvOutputOptionsProperty |
static class |
CfnJob.CsvOutputOptionsProperty.Jsii$Proxy
An implementation for
CfnJob.CsvOutputOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.CsvOutputOptionsProperty.Builder |
builder() |
default String |
getDelimiter()
A single character that specifies the delimiter used to create CSV job output.
|
@Stability(value=Stable) @Nullable default String getDelimiter()
@Stability(value=Stable) static CfnJob.CsvOutputOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.