Interface AgentCoreRuntimeProtocolConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentCoreRuntimeProtocolConfiguration.Builder,,AgentCoreRuntimeProtocolConfiguration> SdkBuilder<AgentCoreRuntimeProtocolConfiguration.Builder,,AgentCoreRuntimeProtocolConfiguration> SdkPojo
- Enclosing class:
AgentCoreRuntimeProtocolConfiguration
@Mutable
@NotThreadSafe
public static interface AgentCoreRuntimeProtocolConfiguration.Builder
extends SdkPojo, CopyableBuilder<AgentCoreRuntimeProtocolConfiguration.Builder,AgentCoreRuntimeProtocolConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionserverProtocol(String serverProtocol) Sets the value of the ServerProtocol property for this object.serverProtocol(AgentCoreRuntimeServerProtocol serverProtocol) Sets the value of the ServerProtocol 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
-
serverProtocol
Sets the value of the ServerProtocol property for this object.- Parameters:
serverProtocol- The new value for the ServerProtocol property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverProtocol
AgentCoreRuntimeProtocolConfiguration.Builder serverProtocol(AgentCoreRuntimeServerProtocol serverProtocol) Sets the value of the ServerProtocol property for this object.- Parameters:
serverProtocol- The new value for the ServerProtocol property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-