Class SasDefinitionUpdateParameters
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SasDefinitionUpdateParameters
-
public class SasDefinitionUpdateParameters extends Object
The SAS definition update parameters.
-
-
Constructor Summary
Constructors Constructor Description SasDefinitionUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SasDefinitionAttributessasDefinitionAttributes()Get the sasDefinitionAttributes value.SasTokenTypesasType()Get the sasType value.Map<String,String>tags()Get the tags value.StringtemplateUri()Get the templateUri value.StringvalidityPeriod()Get the validityPeriod value.SasDefinitionUpdateParameterswithSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)Set the sasDefinitionAttributes value.SasDefinitionUpdateParameterswithSasType(SasTokenType sasType)Set the sasType value.SasDefinitionUpdateParameterswithTags(Map<String,String> tags)Set the tags value.SasDefinitionUpdateParameterswithTemplateUri(String templateUri)Set the templateUri value.SasDefinitionUpdateParameterswithValidityPeriod(String validityPeriod)Set the validityPeriod value.
-
-
-
Method Detail
-
templateUri
public String templateUri()
Get the templateUri value.- Returns:
- the templateUri value
-
withTemplateUri
public SasDefinitionUpdateParameters withTemplateUri(String templateUri)
Set the templateUri value.- Parameters:
templateUri- the templateUri value to set- Returns:
- the SasDefinitionUpdateParameters object itself.
-
sasType
public SasTokenType sasType()
Get the sasType value.- Returns:
- the sasType value
-
withSasType
public SasDefinitionUpdateParameters withSasType(SasTokenType sasType)
Set the sasType value.- Parameters:
sasType- the sasType value to set- Returns:
- the SasDefinitionUpdateParameters object itself.
-
validityPeriod
public String validityPeriod()
Get the validityPeriod value.- Returns:
- the validityPeriod value
-
withValidityPeriod
public SasDefinitionUpdateParameters withValidityPeriod(String validityPeriod)
Set the validityPeriod value.- Parameters:
validityPeriod- the validityPeriod value to set- Returns:
- the SasDefinitionUpdateParameters object itself.
-
sasDefinitionAttributes
public SasDefinitionAttributes sasDefinitionAttributes()
Get the sasDefinitionAttributes value.- Returns:
- the sasDefinitionAttributes value
-
withSasDefinitionAttributes
public SasDefinitionUpdateParameters withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)
Set the sasDefinitionAttributes value.- Parameters:
sasDefinitionAttributes- the sasDefinitionAttributes value to set- Returns:
- the SasDefinitionUpdateParameters object itself.
-
withTags
public SasDefinitionUpdateParameters withTags(Map<String,String> tags)
Set the tags value.- Parameters:
tags- the tags value to set- Returns:
- the SasDefinitionUpdateParameters object itself.
-
-