Interface RegisteredRemoteAgentDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredRemoteAgentDetails.Builder,,RegisteredRemoteAgentDetails> SdkBuilder<RegisteredRemoteAgentDetails.Builder,,RegisteredRemoteAgentDetails> SdkPojo
- Enclosing class:
RegisteredRemoteAgentDetails
@Mutable
@NotThreadSafe
public static interface RegisteredRemoteAgentDetails.Builder
extends SdkPojo, CopyableBuilder<RegisteredRemoteAgentDetails.Builder,RegisteredRemoteAgentDetails>
-
Method Summary
Modifier and TypeMethodDescriptionapiKeyHeader(String apiKeyHeader) If the remote agent uses API key authentication, the header name.authorizationMethod(String authorizationMethod) The authorization method used by the remote agent.authorizationMethod(RemoteAgentAuthorizationMethod authorizationMethod) The authorization method used by the remote agent.description(String description) Sets the value of the Description property for this object.Sets the value of the Endpoint property for this object.Sets the value of the Name property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
Sets the value of the Endpoint property for this object.- Parameters:
endpoint- The new value for the Endpoint property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationMethod
The authorization method used by the remote agent.
- Parameters:
authorizationMethod- The authorization method used by the remote agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizationMethod
RegisteredRemoteAgentDetails.Builder authorizationMethod(RemoteAgentAuthorizationMethod authorizationMethod) The authorization method used by the remote agent.
- Parameters:
authorizationMethod- The authorization method used by the remote agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
apiKeyHeader
If the remote agent uses API key authentication, the header name.
- Parameters:
apiKeyHeader- If the remote agent uses API key authentication, the header name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-