IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.accessToken(String accessToken) |
Specifies an access token for the principal to be authorized.
|
default IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.action(Consumer<ActionIdentifier.Builder> action) |
Specifies the requested action to be authorized.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.action(ActionIdentifier action) |
Specifies the requested action to be authorized.
|
static IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.builder() |
|
default IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.context(Consumer<ContextDefinition.Builder> context) |
Specifies additional context that can be used to make more granular authorization decisions.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.context(ContextDefinition context) |
Specifies additional context that can be used to make more granular authorization decisions.
|
default IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.entities(Consumer<EntitiesDefinition.Builder> entities) |
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.entities(EntitiesDefinition entities) |
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.identityToken(String identityToken) |
Specifies an identity token for the principal to be authorized.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.policyStoreId(String policyStoreId) |
Specifies the ID of the policy store.
|
default IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.resource(Consumer<EntityIdentifier.Builder> resource) |
Specifies the resource for which the authorization decision is made.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.resource(EntityIdentifier resource) |
Specifies the resource for which the authorization decision is made.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.toBuilder() |
|