public static interface RegisterAgentRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<RegisterAgentRequest.Builder,RegisterAgentRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterAgentRequest.Builder |
agentDetails(AgentDetails agentDetails)
Detailed information about the agent being registered.
|
default RegisterAgentRequest.Builder |
agentDetails(Consumer<AgentDetails.Builder> agentDetails)
Detailed information about the agent being registered.
|
default RegisterAgentRequest.Builder |
discoveryData(Consumer<DiscoveryData.Builder> discoveryData)
Data for associating an agent with the capabilities it is managing.
|
RegisterAgentRequest.Builder |
discoveryData(DiscoveryData discoveryData)
Data for associating an agent with the capabilities it is managing.
|
RegisterAgentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterAgentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterAgentRequest.Builder agentDetails(AgentDetails agentDetails)
Detailed information about the agent being registered.
agentDetails - Detailed information about the agent being registered.default RegisterAgentRequest.Builder agentDetails(Consumer<AgentDetails.Builder> agentDetails)
Detailed information about the agent being registered.
This is a convenience method that creates an instance of theAgentDetails.Builder avoiding the need
to create one manually via AgentDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to agentDetails(AgentDetails).
agentDetails - a consumer that will call methods on AgentDetails.BuilderagentDetails(AgentDetails)RegisterAgentRequest.Builder discoveryData(DiscoveryData discoveryData)
Data for associating an agent with the capabilities it is managing.
discoveryData - Data for associating an agent with the capabilities it is managing.default RegisterAgentRequest.Builder discoveryData(Consumer<DiscoveryData.Builder> discoveryData)
Data for associating an agent with the capabilities it is managing.
This is a convenience method that creates an instance of theDiscoveryData.Builder avoiding the need
to create one manually via DiscoveryData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to discoveryData(DiscoveryData).
discoveryData - a consumer that will call methods on DiscoveryData.BuilderdiscoveryData(DiscoveryData)RegisterAgentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterAgentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.