Class SecretStoreConfig.AwsParameterStores.Builder
- java.lang.Object
-
- com.yahoo.container.jdisc.secretstore.SecretStoreConfig.AwsParameterStores.Builder
-
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- SecretStoreConfig.AwsParameterStores
public static class SecretStoreConfig.AwsParameterStores.Builder extends Object implements com.yahoo.config.ConfigBuilder
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SecretStoreConfig.AwsParameterStores config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretStoreConfig.AwsParameterStores.Builder
awsId(String __value)
SecretStoreConfig.AwsParameterStores
build()
SecretStoreConfig.AwsParameterStores.Builder
externalId(String __value)
SecretStoreConfig.AwsParameterStores.Builder
name(String __value)
SecretStoreConfig.AwsParameterStores.Builder
region(String __value)
SecretStoreConfig.AwsParameterStores.Builder
role(String __value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SecretStoreConfig.AwsParameterStores config)
-
-
Method Detail
-
name
public SecretStoreConfig.AwsParameterStores.Builder name(String __value)
-
region
public SecretStoreConfig.AwsParameterStores.Builder region(String __value)
-
awsId
public SecretStoreConfig.AwsParameterStores.Builder awsId(String __value)
-
role
public SecretStoreConfig.AwsParameterStores.Builder role(String __value)
-
externalId
public SecretStoreConfig.AwsParameterStores.Builder externalId(String __value)
-
build
public SecretStoreConfig.AwsParameterStores build()
-
-