Interface PersonalAccessTokenConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PersonalAccessTokenConfiguration.Builder,PersonalAccessTokenConfiguration>,SdkBuilder<PersonalAccessTokenConfiguration.Builder,PersonalAccessTokenConfiguration>,SdkPojo
- Enclosing class:
- PersonalAccessTokenConfiguration
public static interface PersonalAccessTokenConfiguration.Builder extends SdkPojo, CopyableBuilder<PersonalAccessTokenConfiguration.Builder,PersonalAccessTokenConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersonalAccessTokenConfiguration.BuilderlifetimeInDays(Integer lifetimeInDays)The validity of the Personal Access Token status in days.PersonalAccessTokenConfiguration.Builderstatus(String status)The status of the Personal Access Token allowed for the organization.PersonalAccessTokenConfiguration.Builderstatus(PersonalAccessTokenConfigurationStatus status)The status of the Personal Access Token allowed for the organization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
status
PersonalAccessTokenConfiguration.Builder status(String status)
The status of the Personal Access Token allowed for the organization.
-
Active - Mailbox users can login to the web application and choose Settings to see the new Personal Access Tokens page to create and delete the Personal Access Tokens. Mailbox users can use the Personal Access Tokens to set up mailbox connection from desktop or mobile email clients.
-
Inactive - Personal Access Tokens are disabled for your organization. Mailbox users can’t create, list, or delete Personal Access Tokens and can’t use them to connect to their mailboxes from desktop or mobile email clients.
- Parameters:
status- The status of the Personal Access Token allowed for the organization.-
Active - Mailbox users can login to the web application and choose Settings to see the new Personal Access Tokens page to create and delete the Personal Access Tokens. Mailbox users can use the Personal Access Tokens to set up mailbox connection from desktop or mobile email clients.
-
Inactive - Personal Access Tokens are disabled for your organization. Mailbox users can’t create, list, or delete Personal Access Tokens and can’t use them to connect to their mailboxes from desktop or mobile email clients.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PersonalAccessTokenConfigurationStatus,PersonalAccessTokenConfigurationStatus
-
-
status
PersonalAccessTokenConfiguration.Builder status(PersonalAccessTokenConfigurationStatus status)
The status of the Personal Access Token allowed for the organization.
-
Active - Mailbox users can login to the web application and choose Settings to see the new Personal Access Tokens page to create and delete the Personal Access Tokens. Mailbox users can use the Personal Access Tokens to set up mailbox connection from desktop or mobile email clients.
-
Inactive - Personal Access Tokens are disabled for your organization. Mailbox users can’t create, list, or delete Personal Access Tokens and can’t use them to connect to their mailboxes from desktop or mobile email clients.
- Parameters:
status- The status of the Personal Access Token allowed for the organization.-
Active - Mailbox users can login to the web application and choose Settings to see the new Personal Access Tokens page to create and delete the Personal Access Tokens. Mailbox users can use the Personal Access Tokens to set up mailbox connection from desktop or mobile email clients.
-
Inactive - Personal Access Tokens are disabled for your organization. Mailbox users can’t create, list, or delete Personal Access Tokens and can’t use them to connect to their mailboxes from desktop or mobile email clients.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PersonalAccessTokenConfigurationStatus,PersonalAccessTokenConfigurationStatus
-
-
lifetimeInDays
PersonalAccessTokenConfiguration.Builder lifetimeInDays(Integer lifetimeInDays)
The validity of the Personal Access Token status in days.
- Parameters:
lifetimeInDays- The validity of the Personal Access Token status in days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-