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 Summary
Modifier and TypeMethodDescriptionThe ARN of the agent that you just activated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.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
- 
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.
 
 
 -