Class CfnCapability.EdiConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnCapability.EdiConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapability.EdiConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapability.EdiConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCapability.EdiConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapability.EdiConfigurationProperty
An implementation for
CfnCapability.EdiConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnCapability.EdiConfigurationProperty
CfnCapability.EdiConfigurationProperty.Builder, CfnCapability.EdiConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapability.EdiConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies whether this is capability is for inbound or outbound transformations.final ObjectContains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.final ObjectContains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.final StringReturns the system-assigned unique identifier for the transformer.final ObjectgetType()Returns the type of the capability.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCapability.EdiConfigurationProperty.Builder.
-
-
Method Details
-
getInputLocation
Description copied from interface:CfnCapability.EdiConfigurationPropertyContains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.Returns union: either
IResolvableorCfnCapability.S3LocationProperty- Specified by:
getInputLocationin interfaceCfnCapability.EdiConfigurationProperty- See Also:
-
getOutputLocation
Description copied from interface:CfnCapability.EdiConfigurationPropertyContains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.Returns union: either
IResolvableorCfnCapability.S3LocationProperty- Specified by:
getOutputLocationin interfaceCfnCapability.EdiConfigurationProperty- See Also:
-
getTransformerId
Description copied from interface:CfnCapability.EdiConfigurationPropertyReturns the system-assigned unique identifier for the transformer.- Specified by:
getTransformerIdin interfaceCfnCapability.EdiConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnCapability.EdiConfigurationPropertyReturns the type of the capability.Currently, only
ediis supported.Returns union: either
IResolvableorCfnCapability.EdiTypeProperty- Specified by:
getTypein interfaceCfnCapability.EdiConfigurationProperty- See Also:
-
getCapabilityDirection
Description copied from interface:CfnCapability.EdiConfigurationPropertySpecifies whether this is capability is for inbound or outbound transformations.- Specified by:
getCapabilityDirectionin interfaceCfnCapability.EdiConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-