Class Sigv4
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.Sigv4
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<Sigv4Builder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Sigv4 extends Object implements io.fabric8.kubernetes.api.builder.Editable<Sigv4Builder>, io.fabric8.kubernetes.api.model.KubernetesResource
Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sigv4Builderedit()io.fabric8.kubernetes.api.model.SecretKeySelectorgetAccessKey()Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.Map<String,Object>getAdditionalProperties()StringgetProfile()Profile is the named AWS profile used to authenticate.StringgetRegion()Region is the AWS region.StringgetRoleArn()RoleArn is the named AWS profile used to authenticate.io.fabric8.kubernetes.api.model.SecretKeySelectorgetSecretKey()Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.voidsetAccessKey(io.fabric8.kubernetes.api.model.SecretKeySelector accessKey)Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetProfile(String profile)Profile is the named AWS profile used to authenticate.voidsetRegion(String region)Region is the AWS region.voidsetRoleArn(String roleArn)RoleArn is the named AWS profile used to authenticate.voidsetSecretKey(io.fabric8.kubernetes.api.model.SecretKeySelector secretKey)Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.Sigv4BuildertoBuilder()
-
-
-
Method Detail
-
getAccessKey
public io.fabric8.kubernetes.api.model.SecretKeySelector getAccessKey()
Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
-
setAccessKey
public void setAccessKey(io.fabric8.kubernetes.api.model.SecretKeySelector accessKey)
Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
-
getProfile
public String getProfile()
Profile is the named AWS profile used to authenticate.
-
setProfile
public void setProfile(String profile)
Profile is the named AWS profile used to authenticate.
-
getRegion
public String getRegion()
Region is the AWS region. If blank, the region from the default credentials chain used.
-
setRegion
public void setRegion(String region)
Region is the AWS region. If blank, the region from the default credentials chain used.
-
getRoleArn
public String getRoleArn()
RoleArn is the named AWS profile used to authenticate.
-
setRoleArn
public void setRoleArn(String roleArn)
RoleArn is the named AWS profile used to authenticate.
-
getSecretKey
public io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKey()
Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
-
setSecretKey
public void setSecretKey(io.fabric8.kubernetes.api.model.SecretKeySelector secretKey)
Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
-
edit
public Sigv4Builder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<Sigv4Builder>
-
toBuilder
public Sigv4Builder toBuilder()
-
-