Interface UpdateEphemerisRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateEphemerisRequest.Builder,
,UpdateEphemerisRequest> GroundStationRequest.Builder
,SdkBuilder<UpdateEphemerisRequest.Builder,
,UpdateEphemerisRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateEphemerisRequest
@Mutable
@NotThreadSafe
public static interface UpdateEphemerisRequest.Builder
extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<UpdateEphemerisRequest.Builder,UpdateEphemerisRequest>
-
Method Summary
Modifier and TypeMethodDescriptionWhether the ephemeris is enabled or not.ephemerisId
(String ephemerisId) The AWS Ground Station ephemeris ID.A name string associated with the ephemeris.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Customer-provided priority score to establish the order in which overlapping ephemerides should be used.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.groundstation.model.GroundStationRequest.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
-
enabled
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
- Parameters:
enabled
- Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ephemerisId
The AWS Ground Station ephemeris ID.
- Parameters:
ephemerisId
- The AWS Ground Station ephemeris ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
- Parameters:
name
- A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
- Parameters:
priority
- Customer-provided priority score to establish the order in which overlapping ephemerides should be used.The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEphemerisRequest.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
UpdateEphemerisRequest.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.
-