Interface ListContactsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListContactsRequest.Builder,,ListContactsRequest> GroundStationRequest.Builder,SdkBuilder<ListContactsRequest.Builder,,ListContactsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListContactsRequest
public static interface ListContactsRequest.Builder
extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListContactsRequest.Builder,ListContactsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionEnd time of a contact in UTC.groundStation(String groundStation) Name of a ground station.maxResults(Integer maxResults) Maximum number of contacts returned.missionProfileArn(String missionProfileArn) ARN of a mission profile.Next token returned in the request of a previousListContactscall.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.Start time of a contact in UTC.statusList(Collection<ContactStatus> statusList) Status of a contact reservation.statusList(ContactStatus... statusList) Status of a contact reservation.statusListWithStrings(String... statusList) Status of a contact reservation.statusListWithStrings(Collection<String> statusList) Status of a contact reservation.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, sdkFields
-
Method Details
-
endTime
End time of a contact in UTC.
- Parameters:
endTime- End time of a contact in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groundStation
Name of a ground station.
- Parameters:
groundStation- Name of a ground station.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of contacts returned.
- Parameters:
maxResults- Maximum number of contacts returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missionProfileArn
ARN of a mission profile.
- Parameters:
missionProfileArn- ARN of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Next token returned in the request of a previous
ListContactscall. Used to get the next page of results.- Parameters:
nextToken- Next token returned in the request of a previousListContactscall. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
startTime
Start time of a contact in UTC.
- Parameters:
startTime- Start time of a contact in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusListWithStrings
Status of a contact reservation.
- Parameters:
statusList- Status of a contact reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusListWithStrings
Status of a contact reservation.
- Parameters:
statusList- Status of a contact reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusList
Status of a contact reservation.
- Parameters:
statusList- Status of a contact reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusList
Status of a contact reservation.
- Parameters:
statusList- Status of a contact reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListContactsRequest.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
ListContactsRequest.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.
-