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 SasDefinitionAttributes
sasDefinitionAttributes()
Get the sasDefinitionAttributes value.SasTokenType
sasType()
Get the sasType value.Map<String,String>
tags()
Get the tags value.String
templateUri()
Get the templateUri value.String
validityPeriod()
Get the validityPeriod value.SasDefinitionUpdateParameters
withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)
Set the sasDefinitionAttributes value.SasDefinitionUpdateParameters
withSasType(SasTokenType sasType)
Set the sasType value.SasDefinitionUpdateParameters
withTags(Map<String,String> tags)
Set the tags value.SasDefinitionUpdateParameters
withTemplateUri(String templateUri)
Set the templateUri value.SasDefinitionUpdateParameters
withValidityPeriod(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.
-
-