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
-
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, sdkFields
-
-
-
-
Method Detail
-
endTime
ListContactsRequest.Builder endTime(Instant 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
ListContactsRequest.Builder groundStation(String 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
ListContactsRequest.Builder maxResults(Integer 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
ListContactsRequest.Builder missionProfileArn(String 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
ListContactsRequest.Builder nextToken(String 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
ListContactsRequest.Builder satelliteArn(String 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
ListContactsRequest.Builder startTime(Instant 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
ListContactsRequest.Builder statusListWithStrings(Collection<String> 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.
-
statusListWithStrings
ListContactsRequest.Builder statusListWithStrings(String... 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
ListContactsRequest.Builder statusList(Collection<ContactStatus> 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
ListContactsRequest.Builder statusList(ContactStatus... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListContactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-