Interface UpdateAgentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAgentRequest.Builder,UpdateAgentRequest>,DataSyncRequest.Builder,SdkBuilder<UpdateAgentRequest.Builder,UpdateAgentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAgentRequest
public static interface UpdateAgentRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateAgentRequest.Builder,UpdateAgentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAgentRequest.BuilderagentArn(String agentArn)The Amazon Resource Name (ARN) of the agent to update.UpdateAgentRequest.Buildername(String name)The name that you want to use to configure the agent.UpdateAgentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAgentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
agentArn
UpdateAgentRequest.Builder agentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent to update.
- Parameters:
agentArn- The Amazon Resource Name (ARN) of the agent to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateAgentRequest.Builder name(String name)
The name that you want to use to configure the agent.
- Parameters:
name- The name that you want to use to configure the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAgentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAgentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-