Interface RegisteredRemoteAgentSigV4Details.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredRemoteAgentSigV4Details.Builder,,RegisteredRemoteAgentSigV4Details> SdkBuilder<RegisteredRemoteAgentSigV4Details.Builder,,RegisteredRemoteAgentSigV4Details> SdkPojo
- Enclosing class:
RegisteredRemoteAgentSigV4Details
@Mutable
@NotThreadSafe
public static interface RegisteredRemoteAgentSigV4Details.Builder
extends SdkPojo, CopyableBuilder<RegisteredRemoteAgentSigV4Details.Builder,RegisteredRemoteAgentSigV4Details>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Sets the value of the Description property for this object.Sets the value of the Endpoint property for this object.Sets the value of the Name property for this object.Sets the value of the Region property for this object.Sets the value of the RoleArn property for this object.The AWS service name for SigV4 signing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
Sets the value of the Endpoint property for this object.- Parameters:
endpoint- The new value for the Endpoint property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
Sets the value of the Region property for this object.- Parameters:
region- The new value for the Region property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
The AWS service name for SigV4 signing.
- Parameters:
service- The AWS service name for SigV4 signing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
Sets the value of the RoleArn property for this object.- Parameters:
roleArn- The new value for the RoleArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-