Interface UpdateContactRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateContactRequest.Builder,,UpdateContactRequest> GroundStationRequest.Builder,SdkBuilder<UpdateContactRequest.Builder,,UpdateContactRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateContactRequest
@Mutable
@NotThreadSafe
public static interface UpdateContactRequest.Builder
extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactRequest.Builder,UpdateContactRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A client token is a unique, case-sensitive string of up to 64 ASCII characters.UUID of a contact.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.satelliteArn(String satelliteArn) ARN of a satellite.default UpdateContactRequest.BuildertrackingOverrides(Consumer<TrackingOverrides.Builder> trackingOverrides) Sets the value of the TrackingOverrides property for this object.trackingOverrides(TrackingOverrides trackingOverrides) Sets the value of the TrackingOverrides property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
contactId
UUID of a contact.
- Parameters:
contactId- UUID of a contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A client token is a unique, case-sensitive string of up to 64 ASCII characters. It is generated by the client to ensure idempotent operations, allowing safe retries without unintended side effects.
- Parameters:
clientToken- A client token is a unique, case-sensitive string of up to 64 ASCII characters. It is generated by the client to ensure idempotent operations, allowing safe retries without unintended side effects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingOverrides
Sets the value of the TrackingOverrides property for this object.- Parameters:
trackingOverrides- The new value for the TrackingOverrides property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingOverrides
default UpdateContactRequest.Builder trackingOverrides(Consumer<TrackingOverrides.Builder> trackingOverrides) Sets the value of the TrackingOverrides property for this object. This is a convenience method that creates an instance of theTrackingOverrides.Builderavoiding the need to create one manually viaTrackingOverrides.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrackingOverrides(TrackingOverrides).- Parameters:
trackingOverrides- a consumer that will call methods onTrackingOverrides.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
satelliteArn
ARN of a satellite.
- Parameters:
satelliteArn- ARN of a satellite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-