Interface ConnectionFunctionTestResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectionFunctionTestResult.Builder,,ConnectionFunctionTestResult> SdkBuilder<ConnectionFunctionTestResult.Builder,,ConnectionFunctionTestResult> SdkPojo
- Enclosing class:
ConnectionFunctionTestResult
@Mutable
@NotThreadSafe
public static interface ConnectionFunctionTestResult.Builder
extends SdkPojo, CopyableBuilder<ConnectionFunctionTestResult.Builder,ConnectionFunctionTestResult>
-
Method Summary
Modifier and TypeMethodDescriptioncomputeUtilization(String computeUtilization) The connection function compute utilization.connectionFunctionErrorMessage(String connectionFunctionErrorMessage) The connection function error message.connectionFunctionExecutionLogs(String... connectionFunctionExecutionLogs) The connection function execution logs.connectionFunctionExecutionLogs(Collection<String> connectionFunctionExecutionLogs) The connection function execution logs.connectionFunctionOutput(String connectionFunctionOutput) The connection function output.connectionFunctionSummary(Consumer<ConnectionFunctionSummary.Builder> connectionFunctionSummary) The connection function summary.connectionFunctionSummary(ConnectionFunctionSummary connectionFunctionSummary) The connection function summary.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
-
connectionFunctionSummary
ConnectionFunctionTestResult.Builder connectionFunctionSummary(ConnectionFunctionSummary connectionFunctionSummary) The connection function summary.
- Parameters:
connectionFunctionSummary- The connection function summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctionSummary
default ConnectionFunctionTestResult.Builder connectionFunctionSummary(Consumer<ConnectionFunctionSummary.Builder> connectionFunctionSummary) The connection function summary.
This is a convenience method that creates an instance of theConnectionFunctionSummary.Builderavoiding the need to create one manually viaConnectionFunctionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectionFunctionSummary(ConnectionFunctionSummary).- Parameters:
connectionFunctionSummary- a consumer that will call methods onConnectionFunctionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
computeUtilization
The connection function compute utilization.
- Parameters:
computeUtilization- The connection function compute utilization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctionExecutionLogs
ConnectionFunctionTestResult.Builder connectionFunctionExecutionLogs(Collection<String> connectionFunctionExecutionLogs) The connection function execution logs.
- Parameters:
connectionFunctionExecutionLogs- The connection function execution logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctionExecutionLogs
ConnectionFunctionTestResult.Builder connectionFunctionExecutionLogs(String... connectionFunctionExecutionLogs) The connection function execution logs.
- Parameters:
connectionFunctionExecutionLogs- The connection function execution logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctionErrorMessage
ConnectionFunctionTestResult.Builder connectionFunctionErrorMessage(String connectionFunctionErrorMessage) The connection function error message.
- Parameters:
connectionFunctionErrorMessage- The connection function error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctionOutput
The connection function output.
- Parameters:
connectionFunctionOutput- The connection function output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-