Interface UpdateAgentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAgentResponse.Builder,,UpdateAgentResponse> QuickSightResponse.Builder,SdkBuilder<UpdateAgentResponse.Builder,,UpdateAgentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAgentResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for 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.failedToAddActionConnectors(Collection<FailedToUpdateAssociation> failedToAddActionConnectors) A list of per-ARN failures from the action connectors that were requested to be added.failedToAddActionConnectors(Consumer<FailedToUpdateAssociation.Builder>... failedToAddActionConnectors) A list of per-ARN failures from the action connectors that were requested to be added.failedToAddActionConnectors(FailedToUpdateAssociation... failedToAddActionConnectors) A list of per-ARN failures from the action connectors that were requested to be added.failedToAddSpaces(Collection<FailedToUpdateAssociation> failedToAddSpaces) A list of per-ARN failures from the spaces that were requested to be added.failedToAddSpaces(Consumer<FailedToUpdateAssociation.Builder>... failedToAddSpaces) A list of per-ARN failures from the spaces that were requested to be added.failedToAddSpaces(FailedToUpdateAssociation... failedToAddSpaces) A list of per-ARN failures from the spaces that were requested to be added.failedToRemoveActionConnectors(Collection<FailedToUpdateAssociation> failedToRemoveActionConnectors) A list of per-ARN failures from the action connectors that were requested to be removed.failedToRemoveActionConnectors(Consumer<FailedToUpdateAssociation.Builder>... failedToRemoveActionConnectors) A list of per-ARN failures from the action connectors that were requested to be removed.failedToRemoveActionConnectors(FailedToUpdateAssociation... failedToRemoveActionConnectors) A list of per-ARN failures from the action connectors that were requested to be removed.failedToRemoveSpaces(Collection<FailedToUpdateAssociation> failedToRemoveSpaces) A list of per-ARN failures from the spaces that were requested to be removed.failedToRemoveSpaces(Consumer<FailedToUpdateAssociation.Builder>... failedToRemoveSpaces) A list of per-ARN failures from the spaces that were requested to be removed.failedToRemoveSpaces(FailedToUpdateAssociation... failedToRemoveSpaces) A list of per-ARN failures from the spaces that were requested to be removed.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:
-
failedToAddSpaces
UpdateAgentResponse.Builder failedToAddSpaces(Collection<FailedToUpdateAssociation> failedToAddSpaces) A list of per-ARN failures from the spaces that were requested to be added.
- Parameters:
failedToAddSpaces- A list of per-ARN failures from the spaces that were requested to be added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToAddSpaces
A list of per-ARN failures from the spaces that were requested to be added.
- Parameters:
failedToAddSpaces- A list of per-ARN failures from the spaces that were requested to be added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToAddSpaces
UpdateAgentResponse.Builder failedToAddSpaces(Consumer<FailedToUpdateAssociation.Builder>... failedToAddSpaces) A list of per-ARN failures from the spaces that were requested to be added.
This is a convenience method that creates an instance of theFailedToUpdateAssociation.Builderavoiding the need to create one manually viaFailedToUpdateAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedToAddSpaces(List<FailedToUpdateAssociation>).- Parameters:
failedToAddSpaces- a consumer that will call methods onFailedToUpdateAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedToRemoveSpaces
UpdateAgentResponse.Builder failedToRemoveSpaces(Collection<FailedToUpdateAssociation> failedToRemoveSpaces) A list of per-ARN failures from the spaces that were requested to be removed.
- Parameters:
failedToRemoveSpaces- A list of per-ARN failures from the spaces that were requested to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToRemoveSpaces
A list of per-ARN failures from the spaces that were requested to be removed.
- Parameters:
failedToRemoveSpaces- A list of per-ARN failures from the spaces that were requested to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToRemoveSpaces
UpdateAgentResponse.Builder failedToRemoveSpaces(Consumer<FailedToUpdateAssociation.Builder>... failedToRemoveSpaces) A list of per-ARN failures from the spaces that were requested to be removed.
This is a convenience method that creates an instance of theFailedToUpdateAssociation.Builderavoiding the need to create one manually viaFailedToUpdateAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedToRemoveSpaces(List<FailedToUpdateAssociation>).- Parameters:
failedToRemoveSpaces- a consumer that will call methods onFailedToUpdateAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedToAddActionConnectors
UpdateAgentResponse.Builder failedToAddActionConnectors(Collection<FailedToUpdateAssociation> failedToAddActionConnectors) A list of per-ARN failures from the action connectors that were requested to be added.
- Parameters:
failedToAddActionConnectors- A list of per-ARN failures from the action connectors that were requested to be added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToAddActionConnectors
UpdateAgentResponse.Builder failedToAddActionConnectors(FailedToUpdateAssociation... failedToAddActionConnectors) A list of per-ARN failures from the action connectors that were requested to be added.
- Parameters:
failedToAddActionConnectors- A list of per-ARN failures from the action connectors that were requested to be added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToAddActionConnectors
UpdateAgentResponse.Builder failedToAddActionConnectors(Consumer<FailedToUpdateAssociation.Builder>... failedToAddActionConnectors) A list of per-ARN failures from the action connectors that were requested to be added.
This is a convenience method that creates an instance of theFailedToUpdateAssociation.Builderavoiding the need to create one manually viaFailedToUpdateAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedToAddActionConnectors(List<FailedToUpdateAssociation>).- Parameters:
failedToAddActionConnectors- a consumer that will call methods onFailedToUpdateAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedToRemoveActionConnectors
UpdateAgentResponse.Builder failedToRemoveActionConnectors(Collection<FailedToUpdateAssociation> failedToRemoveActionConnectors) A list of per-ARN failures from the action connectors that were requested to be removed.
- Parameters:
failedToRemoveActionConnectors- A list of per-ARN failures from the action connectors that were requested to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToRemoveActionConnectors
UpdateAgentResponse.Builder failedToRemoveActionConnectors(FailedToUpdateAssociation... failedToRemoveActionConnectors) A list of per-ARN failures from the action connectors that were requested to be removed.
- Parameters:
failedToRemoveActionConnectors- A list of per-ARN failures from the action connectors that were requested to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedToRemoveActionConnectors
UpdateAgentResponse.Builder failedToRemoveActionConnectors(Consumer<FailedToUpdateAssociation.Builder>... failedToRemoveActionConnectors) A list of per-ARN failures from the action connectors that were requested to be removed.
This is a convenience method that creates an instance of theFailedToUpdateAssociation.Builderavoiding the need to create one manually viaFailedToUpdateAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedToRemoveActionConnectors(List<FailedToUpdateAssociation>).- Parameters:
failedToRemoveActionConnectors- a consumer that will call methods onFailedToUpdateAssociation.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.
-