@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:07.702Z") @Stability(value=Experimental) public interface CodeConfig 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.glue.*;
CodeConfig codeConfig = CodeConfig.builder()
.s3Location(Location.builder()
.bucketName("bucketName")
.objectKey("objectKey")
// the properties below are optional
.objectVersion("objectVersion")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeConfig.Builder
A builder for
CodeConfig |
static class |
CodeConfig.Jsii$Proxy
An implementation for
CodeConfig |
| Modifier and Type | Method and Description |
|---|---|
static CodeConfig.Builder |
builder() |
Location |
getS3Location()
(experimental) The location of the code in S3.
|
@Stability(value=Experimental) @NotNull Location getS3Location()
@Stability(value=Experimental) static CodeConfig.Builder builder()
CodeConfig.Builder of CodeConfigCopyright © 2022. All rights reserved.