Interface RemoteAgentSigV4AuthorizationConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemoteAgentSigV4AuthorizationConfig.Builder,,RemoteAgentSigV4AuthorizationConfig> SdkBuilder<RemoteAgentSigV4AuthorizationConfig.Builder,,RemoteAgentSigV4AuthorizationConfig> SdkPojo
- Enclosing class:
RemoteAgentSigV4AuthorizationConfig
@Mutable
@NotThreadSafe
public static interface RemoteAgentSigV4AuthorizationConfig.Builder
extends SdkPojo, CopyableBuilder<RemoteAgentSigV4AuthorizationConfig.Builder,RemoteAgentSigV4AuthorizationConfig>
-
Method Summary
Modifier and TypeMethodDescriptionSets 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
-
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.
-