Interface DescribeJournalS3ExportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeJournalS3ExportRequest.Builder,
,DescribeJournalS3ExportRequest> QldbRequest.Builder
,SdkBuilder<DescribeJournalS3ExportRequest.Builder,
,DescribeJournalS3ExportRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeJournalS3ExportRequest
@Mutable
@NotThreadSafe
public static interface DescribeJournalS3ExportRequest.Builder
extends QldbRequest.Builder, SdkPojo, CopyableBuilder<DescribeJournalS3ExportRequest.Builder,DescribeJournalS3ExportRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe UUID (represented in Base62-encoded text) of the journal export job to describe.The name of the ledger.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qldb.model.QldbRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the ledger.
- Parameters:
name
- The name of the ledger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportId
The UUID (represented in Base62-encoded text) of the journal export job to describe.
- Parameters:
exportId
- The UUID (represented in Base62-encoded text) of the journal export job to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeJournalS3ExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeJournalS3ExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-