Interface CreateAgentResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateAgentResponse.Builder,,- CreateAgentResponse> - DataSyncResponse.Builder,- SdkBuilder<CreateAgentResponse.Builder,,- CreateAgentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateAgentResponse
@Mutable
@NotThreadSafe
public static interface CreateAgentResponse.Builder
extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<CreateAgentResponse.Builder,CreateAgentResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the agent that you just activated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
agentArnThe 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.
 
 
-