Interface CreateAgentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateAgentResponse.Builder,CreateAgentResponse>, DataSyncResponse.Builder, SdkBuilder<CreateAgentResponse.Builder,CreateAgentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateAgentResponse

public static interface CreateAgentResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<CreateAgentResponse.Builder,CreateAgentResponse>
  • Method Details

    • agentArn

      CreateAgentResponse.Builder agentArn(String agentArn)

      The ARN of the agent that you just activated. Use the ListAgents operation to return a list of agents in your Amazon Web Services account and Amazon Web Services Region.

      Parameters:
      agentArn - The ARN of the agent that you just activated. Use the ListAgents operation to return a list of agents in your Amazon Web Services account and Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.