Interface SelfManagedInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SelfManagedInput.Builder,,SelfManagedInput> SdkBuilder<SelfManagedInput.Builder,,SelfManagedInput> SdkPojo
- Enclosing class:
SelfManagedInput
@Mutable
@NotThreadSafe
public static interface SelfManagedInput.Builder
extends SdkPojo, CopyableBuilder<SelfManagedInput.Builder,SelfManagedInput>
-
Method Summary
Modifier and TypeMethodDescriptioncertificate(String certificate) The certificate for the private connection.resourceConfigurationId(String resourceConfigurationId) The identifier or ARN of the resource configuration.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
-
resourceConfigurationId
The identifier or ARN of the resource configuration.
- Parameters:
resourceConfigurationId- The identifier or ARN of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificate
The certificate for the private connection.
- Parameters:
certificate- The certificate for the private connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-