Package com.pulumi.aws.appflow.inputs
Class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.inputs.FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder
-
- Enclosing class:
- FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs
public static final class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder
bucketName(com.pulumi.core.Output<java.lang.String> bucketName)
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder
bucketName(java.lang.String bucketName)
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder
bucketPrefix(com.pulumi.core.Output<java.lang.String> bucketPrefix)
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder
bucketPrefix(java.lang.String bucketPrefix)
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs
build()
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs defaults)
-
-
Method Detail
-
bucketName
public FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder bucketName(@Nullable com.pulumi.core.Output<java.lang.String> bucketName)
- Parameters:
bucketName
- The Amazon S3 bucket name where the source files are stored.- Returns:
- builder
-
bucketName
public FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder bucketName(java.lang.String bucketName)
- Parameters:
bucketName
- The Amazon S3 bucket name where the source files are stored.- Returns:
- builder
-
bucketPrefix
public FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder bucketPrefix(@Nullable com.pulumi.core.Output<java.lang.String> bucketPrefix)
- Parameters:
bucketPrefix
- The object key for the Amazon S3 bucket in which the source files are stored.- Returns:
- builder
-
bucketPrefix
public FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs.Builder bucketPrefix(java.lang.String bucketPrefix)
- Parameters:
bucketPrefix
- The object key for the Amazon S3 bucket in which the source files are stored.- Returns:
- builder
-
-