public static interface OEMEphemeris.Builder extends SdkPojo, CopyableBuilder<OEMEphemeris.Builder,OEMEphemeris>
| Modifier and Type | Method and Description |
|---|---|
OEMEphemeris.Builder |
oemData(String oemData)
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
|
default OEMEphemeris.Builder |
s3Object(Consumer<S3Object.Builder> s3Object)
Identifies the S3 object to be used as the ephemeris.
|
OEMEphemeris.Builder |
s3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOEMEphemeris.Builder oemData(String oemData)
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
oemData - The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.OEMEphemeris.Builder s3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
s3Object - Identifies the S3 object to be used as the ephemeris.default OEMEphemeris.Builder s3Object(Consumer<S3Object.Builder> s3Object)
Identifies the S3 object to be used as the ephemeris.
This is a convenience method that creates an instance of theS3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Object(S3Object).
s3Object - a consumer that will call methods on S3Object.Builders3Object(S3Object)Copyright © 2023. All rights reserved.