Interface DescribeJournalS3ExportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeJournalS3ExportRequest.Builder,DescribeJournalS3ExportRequest>,QldbRequest.Builder,SdkBuilder<DescribeJournalS3ExportRequest.Builder,DescribeJournalS3ExportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeJournalS3ExportRequest
public static interface DescribeJournalS3ExportRequest.Builder extends QldbRequest.Builder, SdkPojo, CopyableBuilder<DescribeJournalS3ExportRequest.Builder,DescribeJournalS3ExportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeJournalS3ExportRequest.BuilderexportId(String exportId)The UUID (represented in Base62-encoded text) of the journal export job to describe.DescribeJournalS3ExportRequest.Buildername(String name)The name of the ledger.DescribeJournalS3ExportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeJournalS3ExportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
name
DescribeJournalS3ExportRequest.Builder name(String 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
DescribeJournalS3ExportRequest.Builder exportId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeJournalS3ExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-