public static class UpdateOciObjectStorageConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateOciObjectStorageConnectionDetails.Builder displayName(String displayName)
public UpdateOciObjectStorageConnectionDetails.Builder description(String description)
public UpdateOciObjectStorageConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateOciObjectStorageConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateOciObjectStorageConnectionDetails.Builder vaultId(String vaultId)
public UpdateOciObjectStorageConnectionDetails.Builder keyId(String keyId)
public UpdateOciObjectStorageConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateOciObjectStorageConnectionDetails.Builder subnetId(String subnetId)
public UpdateOciObjectStorageConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateOciObjectStorageConnectionDetails.Builder tenancyId(String tenancyId)
The OCID of the related OCI tenancy.
tenancyId
- the value to setpublic UpdateOciObjectStorageConnectionDetails.Builder region(String region)
The name of the region. e.g.: us-ashburn-1
region
- the value to setpublic UpdateOciObjectStorageConnectionDetails.Builder userId(String userId)
The OCID of the OCI user who will access the Object Storage. The user must have write access to the bucket they want to connect to.
userId
- the value to setpublic UpdateOciObjectStorageConnectionDetails.Builder privateKeyFile(String privateKeyFile)
The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
privateKeyFile
- the value to setpublic UpdateOciObjectStorageConnectionDetails.Builder privateKeyPassphrase(String privateKeyPassphrase)
The passphrase of the private key.
privateKeyPassphrase
- the value to setpublic UpdateOciObjectStorageConnectionDetails.Builder publicKeyFingerprint(String publicKeyFingerprint)
The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
publicKeyFingerprint
- the value to setpublic UpdateOciObjectStorageConnectionDetails build()
public UpdateOciObjectStorageConnectionDetails.Builder copy(UpdateOciObjectStorageConnectionDetails model)
Copyright © 2016–2024. All rights reserved.