Interface DescribeAgentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAgentResponse.Builder,,DescribeAgentResponse> QuickSightResponse.Builder,SdkBuilder<DescribeAgentResponse.Builder,,DescribeAgentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAgentResponse
@Mutable
@NotThreadSafe
public static interface DescribeAgentResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAgentResponse.Builder,DescribeAgentResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeAgentResponse.Builderagent(Consumer<Agent.Builder> agent) The full details of the agent, including its configuration, status, and associations.The full details of the agent, including its configuration, status, and associations.The Amazon Web Services request ID for this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
agent
The full details of the agent, including its configuration, status, and associations.
- Parameters:
agent- The full details of the agent, including its configuration, status, and associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agent
The full details of the agent, including its configuration, status, and associations.
This is a convenience method that creates an instance of theAgent.Builderavoiding the need to create one manually viaAgent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagent(Agent).- Parameters:
agent- a consumer that will call methods onAgent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-