Package com.pulumi.aws.transfer.inputs
Class WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.transfer.inputs.WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder
-
public static final class WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder
bucket(com.pulumi.core.Output<java.lang.String> bucket)
WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder
bucket(java.lang.String bucket)
WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs
build()
WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder
key(com.pulumi.core.Output<java.lang.String> key)
WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder
key(java.lang.String key)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs defaults)
-
-
Method Detail
-
bucket
public WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder bucket(@Nullable com.pulumi.core.Output<java.lang.String> bucket)
- Parameters:
bucket
- Specifies the S3 bucket for the customer input file.- Returns:
- builder
-
bucket
public WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder bucket(java.lang.String bucket)
- Parameters:
bucket
- Specifies the S3 bucket for the customer input file.- Returns:
- builder
-
key
public WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder key(@Nullable com.pulumi.core.Output<java.lang.String> key)
- Parameters:
key
- The name assigned to the tag that you create.- Returns:
- builder
-
key
public WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs.Builder key(java.lang.String key)
- Parameters:
key
- The name assigned to the tag that you create.- Returns:
- builder
-
build
public WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs build()
-
-