public static class OciObjectStorageConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public OciObjectStorageConnection.Builder id(String id)
public OciObjectStorageConnection.Builder displayName(String displayName)
public OciObjectStorageConnection.Builder description(String description)
public OciObjectStorageConnection.Builder compartmentId(String compartmentId)
public OciObjectStorageConnection.Builder freeformTags(Map<String,String> freeformTags)
public OciObjectStorageConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public OciObjectStorageConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public OciObjectStorageConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public OciObjectStorageConnection.Builder lifecycleDetails(String lifecycleDetails)
public OciObjectStorageConnection.Builder timeCreated(Date timeCreated)
public OciObjectStorageConnection.Builder timeUpdated(Date timeUpdated)
public OciObjectStorageConnection.Builder locks(List<ResourceLock> locks)
public OciObjectStorageConnection.Builder vaultId(String vaultId)
public OciObjectStorageConnection.Builder keyId(String keyId)
public OciObjectStorageConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public OciObjectStorageConnection.Builder nsgIds(List<String> nsgIds)
public OciObjectStorageConnection.Builder subnetId(String subnetId)
public OciObjectStorageConnection.Builder routingMethod(RoutingMethod routingMethod)
public OciObjectStorageConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public OciObjectStorageConnection.Builder technologyType(OciObjectStorageConnection.TechnologyType technologyType)
The OCI Object Storage technology type.
technologyType
- the value to setpublic OciObjectStorageConnection.Builder tenancyId(String tenancyId)
The OCID of the related OCI tenancy.
tenancyId
- the value to setpublic OciObjectStorageConnection.Builder region(String region)
The name of the region. e.g.: us-ashburn-1
region
- the value to setpublic OciObjectStorageConnection.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 OciObjectStorageConnection.Builder privateKeyFileSecretId(String privateKeyFileSecretId)
The OCID of the Secret that stores the 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 Note: When provided, ‘privateKeyFile’ field must not be provided.
privateKeyFileSecretId
- the value to setpublic OciObjectStorageConnection.Builder privateKeyPassphraseSecretId(String privateKeyPassphraseSecretId)
The OCID of the Secret that stores the passphrase of the private key. Note: When provided, ‘privateKeyPassphrase’ field must not be provided.
privateKeyPassphraseSecretId
- the value to setpublic OciObjectStorageConnection build()
public OciObjectStorageConnection.Builder copy(OciObjectStorageConnection model)
Copyright © 2016–2024. All rights reserved.