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 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 build()
public OciObjectStorageConnection.Builder copy(OciObjectStorageConnection model)
Copyright © 2016–2024. All rights reserved.