Interface SourceDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceDetails.Builder,,SourceDetails> SdkBuilder<SourceDetails.Builder,,SourceDetails> SdkPojo
- Enclosing class:
SourceDetails
@Mutable
@NotThreadSafe
public static interface SourceDetails.Builder
extends SdkPojo, CopyableBuilder<SourceDetails.Builder,SourceDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SourceDetails.BuilderagentcoreGateway(Consumer<AgentCoreGatewaySourceDetails.Builder> agentcoreGateway) Sets the value of the AgentcoreGateway property for this object.agentcoreGateway(AgentCoreGatewaySourceDetails agentcoreGateway) Sets the value of the AgentcoreGateway property for this object.default SourceDetails.BuilderagentcoreRuntime(Consumer<AgentCoreRuntimeSourceDetails.Builder> agentcoreRuntime) Sets the value of the AgentcoreRuntime property for this object.agentcoreRuntime(AgentCoreRuntimeSourceDetails agentcoreRuntime) Sets the value of the AgentcoreRuntime 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
-
agentcoreRuntime
Sets the value of the AgentcoreRuntime property for this object.- Parameters:
agentcoreRuntime- The new value for the AgentcoreRuntime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentcoreRuntime
default SourceDetails.Builder agentcoreRuntime(Consumer<AgentCoreRuntimeSourceDetails.Builder> agentcoreRuntime) Sets the value of the AgentcoreRuntime property for this object. This is a convenience method that creates an instance of theAgentCoreRuntimeSourceDetails.Builderavoiding the need to create one manually viaAgentCoreRuntimeSourceDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentcoreRuntime(AgentCoreRuntimeSourceDetails).- Parameters:
agentcoreRuntime- a consumer that will call methods onAgentCoreRuntimeSourceDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentcoreGateway
Sets the value of the AgentcoreGateway property for this object.- Parameters:
agentcoreGateway- The new value for the AgentcoreGateway property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentcoreGateway
default SourceDetails.Builder agentcoreGateway(Consumer<AgentCoreGatewaySourceDetails.Builder> agentcoreGateway) Sets the value of the AgentcoreGateway property for this object. This is a convenience method that creates an instance of theAgentCoreGatewaySourceDetails.Builderavoiding the need to create one manually viaAgentCoreGatewaySourceDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentcoreGateway(AgentCoreGatewaySourceDetails).- Parameters:
agentcoreGateway- a consumer that will call methods onAgentCoreGatewaySourceDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-