Interface CreateAgentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAgentResponse.Builder,,CreateAgentResponse> QuickSightResponse.Builder,SdkBuilder<CreateAgentResponse.Builder,,CreateAgentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateAgentResponse
@Mutable
@NotThreadSafe
public static interface CreateAgentResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateAgentResponse.Builder,CreateAgentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the agent.The name of the agent.agentStatus(String agentStatus) The status of the agent.agentStatus(AgentStatus agentStatus) The status of the agent.The Amazon Resource Name (ARN) of the agent.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
-
arn
The Amazon Resource Name (ARN) of the agent.
- Parameters:
arn- The Amazon Resource Name (ARN) of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentId
The unique identifier for the agent.
- Parameters:
agentId- The unique identifier for the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentStatus
The status of the agent.
- Parameters:
agentStatus- The status of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentStatus
The status of the agent.
- Parameters:
agentStatus- The status of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentName
The name of the agent.
- Parameters:
agentName- The name of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-