Class SasDefinitionCreateParameters
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SasDefinitionCreateParameters
-
public class SasDefinitionCreateParameters extends Object
The SAS definition create parameters.
-
-
Constructor Summary
Constructors Constructor Description SasDefinitionCreateParameters()
-
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.SasDefinitionCreateParameterswithSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)Set the sasDefinitionAttributes value.SasDefinitionCreateParameterswithSasType(SasTokenType sasType)Set the sasType value.SasDefinitionCreateParameterswithTags(Map<String,String> tags)Set the tags value.SasDefinitionCreateParameterswithTemplateUri(String templateUri)Set the templateUri value.SasDefinitionCreateParameterswithValidityPeriod(String validityPeriod)Set the validityPeriod value.
-
-
-
Method Detail
-
templateUri
public String templateUri()
Get the templateUri value.- Returns:
- the templateUri value
-
withTemplateUri
public SasDefinitionCreateParameters withTemplateUri(String templateUri)
Set the templateUri value.- Parameters:
templateUri- the templateUri value to set- Returns:
- the SasDefinitionCreateParameters object itself.
-
sasType
public SasTokenType sasType()
Get the sasType value.- Returns:
- the sasType value
-
withSasType
public SasDefinitionCreateParameters withSasType(SasTokenType sasType)
Set the sasType value.- Parameters:
sasType- the sasType value to set- Returns:
- the SasDefinitionCreateParameters object itself.
-
validityPeriod
public String validityPeriod()
Get the validityPeriod value.- Returns:
- the validityPeriod value
-
withValidityPeriod
public SasDefinitionCreateParameters withValidityPeriod(String validityPeriod)
Set the validityPeriod value.- Parameters:
validityPeriod- the validityPeriod value to set- Returns:
- the SasDefinitionCreateParameters object itself.
-
sasDefinitionAttributes
public SasDefinitionAttributes sasDefinitionAttributes()
Get the sasDefinitionAttributes value.- Returns:
- the sasDefinitionAttributes value
-
withSasDefinitionAttributes
public SasDefinitionCreateParameters withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)
Set the sasDefinitionAttributes value.- Parameters:
sasDefinitionAttributes- the sasDefinitionAttributes value to set- Returns:
- the SasDefinitionCreateParameters object itself.
-
withTags
public SasDefinitionCreateParameters withTags(Map<String,String> tags)
Set the tags value.- Parameters:
tags- the tags value to set- Returns:
- the SasDefinitionCreateParameters object itself.
-
-