Interface GetAgentConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAgentConfigurationResponse.Builder,GetAgentConfigurationResponse>,GroundStationResponse.Builder,SdkBuilder<GetAgentConfigurationResponse.Builder,GetAgentConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAgentConfigurationResponse
public static interface GetAgentConfigurationResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetAgentConfigurationResponse.Builder,GetAgentConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAgentConfigurationResponse.BuilderagentId(String agentId)UUID of agent.GetAgentConfigurationResponse.BuildertaskingDocument(String taskingDocument)Tasking document for agent.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
agentId
GetAgentConfigurationResponse.Builder agentId(String agentId)
UUID of agent.
- Parameters:
agentId- UUID of agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskingDocument
GetAgentConfigurationResponse.Builder taskingDocument(String taskingDocument)
Tasking document for agent.
- Parameters:
taskingDocument- Tasking document for agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-