Class StorageTransferJobTransferSpecOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.896Z") @Stability(Stable) public class StorageTransferJobTransferSpecOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description StorageTransferJobTransferSpecOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedStorageTransferJobTransferSpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedStorageTransferJobTransferSpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
StorageTransferJobTransferSpecOutputReference
protected StorageTransferJobTransferSpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
StorageTransferJobTransferSpecOutputReference
protected StorageTransferJobTransferSpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
StorageTransferJobTransferSpecOutputReference
@Stability(Stable) public StorageTransferJobTransferSpecOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAwsS3DataSource
@Stability(Stable) public void putAwsS3DataSource(@NotNull StorageTransferJobTransferSpecAwsS3DataSource value)- Parameters:
value- This parameter is required.
-
putAzureBlobStorageDataSource
@Stability(Stable) public void putAzureBlobStorageDataSource(@NotNull StorageTransferJobTransferSpecAzureBlobStorageDataSource value)- Parameters:
value- This parameter is required.
-
putGcsDataSink
@Stability(Stable) public void putGcsDataSink(@NotNull StorageTransferJobTransferSpecGcsDataSink value)- Parameters:
value- This parameter is required.
-
putGcsDataSource
@Stability(Stable) public void putGcsDataSource(@NotNull StorageTransferJobTransferSpecGcsDataSource value)- Parameters:
value- This parameter is required.
-
putHttpDataSource
@Stability(Stable) public void putHttpDataSource(@NotNull StorageTransferJobTransferSpecHttpDataSource value)- Parameters:
value- This parameter is required.
-
putObjectConditions
@Stability(Stable) public void putObjectConditions(@NotNull StorageTransferJobTransferSpecObjectConditions value)- Parameters:
value- This parameter is required.
-
putPosixDataSink
@Stability(Stable) public void putPosixDataSink(@NotNull StorageTransferJobTransferSpecPosixDataSink value)- Parameters:
value- This parameter is required.
-
putPosixDataSource
@Stability(Stable) public void putPosixDataSource(@NotNull StorageTransferJobTransferSpecPosixDataSource value)- Parameters:
value- This parameter is required.
-
putTransferOptions
@Stability(Stable) public void putTransferOptions(@NotNull StorageTransferJobTransferSpecTransferOptions value)- Parameters:
value- This parameter is required.
-
resetAwsS3DataSource
@Stability(Stable) public void resetAwsS3DataSource()
-
resetAzureBlobStorageDataSource
@Stability(Stable) public void resetAzureBlobStorageDataSource()
-
resetGcsDataSink
@Stability(Stable) public void resetGcsDataSink()
-
resetGcsDataSource
@Stability(Stable) public void resetGcsDataSource()
-
resetHttpDataSource
@Stability(Stable) public void resetHttpDataSource()
-
resetObjectConditions
@Stability(Stable) public void resetObjectConditions()
-
resetPosixDataSink
@Stability(Stable) public void resetPosixDataSink()
-
resetPosixDataSource
@Stability(Stable) public void resetPosixDataSource()
-
resetSinkAgentPoolName
@Stability(Stable) public void resetSinkAgentPoolName()
-
resetSourceAgentPoolName
@Stability(Stable) public void resetSourceAgentPoolName()
-
resetTransferOptions
@Stability(Stable) public void resetTransferOptions()
-
getAwsS3DataSource
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecAwsS3DataSourceOutputReference getAwsS3DataSource()
-
getAzureBlobStorageDataSource
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecAzureBlobStorageDataSourceOutputReference getAzureBlobStorageDataSource()
-
getGcsDataSink
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecGcsDataSinkOutputReference getGcsDataSink()
-
getGcsDataSource
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecGcsDataSourceOutputReference getGcsDataSource()
-
getHttpDataSource
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecHttpDataSourceOutputReference getHttpDataSource()
-
getObjectConditions
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecObjectConditionsOutputReference getObjectConditions()
-
getPosixDataSink
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecPosixDataSinkOutputReference getPosixDataSink()
-
getPosixDataSource
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecPosixDataSourceOutputReference getPosixDataSource()
-
getTransferOptions
@Stability(Stable) @NotNull public StorageTransferJobTransferSpecTransferOptionsOutputReference getTransferOptions()
-
getAwsS3DataSourceInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecAwsS3DataSource getAwsS3DataSourceInput()
-
getAzureBlobStorageDataSourceInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecAzureBlobStorageDataSource getAzureBlobStorageDataSourceInput()
-
getGcsDataSinkInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecGcsDataSink getGcsDataSinkInput()
-
getGcsDataSourceInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecGcsDataSource getGcsDataSourceInput()
-
getHttpDataSourceInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecHttpDataSource getHttpDataSourceInput()
-
getObjectConditionsInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecObjectConditions getObjectConditionsInput()
-
getPosixDataSinkInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecPosixDataSink getPosixDataSinkInput()
-
getPosixDataSourceInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecPosixDataSource getPosixDataSourceInput()
-
getSinkAgentPoolNameInput
@Stability(Stable) @Nullable public String getSinkAgentPoolNameInput()
-
getSourceAgentPoolNameInput
@Stability(Stable) @Nullable public String getSourceAgentPoolNameInput()
-
getTransferOptionsInput
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecTransferOptions getTransferOptionsInput()
-
getSinkAgentPoolName
@Stability(Stable) @NotNull public String getSinkAgentPoolName()
-
setSinkAgentPoolName
@Stability(Stable) public void setSinkAgentPoolName(@NotNull String value)
-
getSourceAgentPoolName
@Stability(Stable) @NotNull public String getSourceAgentPoolName()
-
setSourceAgentPoolName
@Stability(Stable) public void setSourceAgentPoolName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public StorageTransferJobTransferSpec getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable StorageTransferJobTransferSpec value)
-
-