public static class CreateGoogleCloudStorageConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateGoogleCloudStorageConnectionDetails.Builder displayName(String displayName)
public CreateGoogleCloudStorageConnectionDetails.Builder description(String description)
public CreateGoogleCloudStorageConnectionDetails.Builder compartmentId(String compartmentId)
public CreateGoogleCloudStorageConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateGoogleCloudStorageConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateGoogleCloudStorageConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
public CreateGoogleCloudStorageConnectionDetails.Builder vaultId(String vaultId)
public CreateGoogleCloudStorageConnectionDetails.Builder keyId(String keyId)
public CreateGoogleCloudStorageConnectionDetails.Builder nsgIds(List<String> nsgIds)
public CreateGoogleCloudStorageConnectionDetails.Builder subnetId(String subnetId)
public CreateGoogleCloudStorageConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public CreateGoogleCloudStorageConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public CreateGoogleCloudStorageConnectionDetails.Builder technologyType(GoogleCloudStorageConnection.TechnologyType technologyType)
The Google Cloud Storage technology type.
technologyType
- the value to setpublic CreateGoogleCloudStorageConnectionDetails.Builder serviceAccountKeyFile(String serviceAccountKeyFile)
The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.
serviceAccountKeyFile
- the value to setpublic CreateGoogleCloudStorageConnectionDetails.Builder serviceAccountKeyFileSecretId(String serviceAccountKeyFileSecretId)
The OCID of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, ‘serviceAccountKeyFile’ field must not be provided.
serviceAccountKeyFileSecretId
- the value to setpublic CreateGoogleCloudStorageConnectionDetails build()
public CreateGoogleCloudStorageConnectionDetails.Builder copy(CreateGoogleCloudStorageConnectionDetails model)
Copyright © 2016–2024. All rights reserved.