TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.authInfos(Collection<AuthInfo> authInfos) |
A list of authorization info objects.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.authInfos(Consumer<AuthInfo.Builder>... authInfos) |
A list of authorization info objects.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.authInfos(AuthInfo... authInfos) |
A list of authorization info objects.
|
static TestAuthorizationRequest.Builder |
TestAuthorizationRequest.builder() |
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.clientId(String clientId) |
The MQTT client ID.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.cognitoIdentityPoolId(String cognitoIdentityPoolId) |
The Cognito identity pool ID.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.policyNamesToAdd(String... policyNamesToAdd) |
When testing custom authorization, the policies specified here are treated as if they are attached to the
principal being authorized.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.policyNamesToAdd(Collection<String> policyNamesToAdd) |
When testing custom authorization, the policies specified here are treated as if they are attached to the
principal being authorized.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.policyNamesToSkip(String... policyNamesToSkip) |
When testing custom authorization, the policies specified here are treated as if they are not attached to the
principal being authorized.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.policyNamesToSkip(Collection<String> policyNamesToSkip) |
When testing custom authorization, the policies specified here are treated as if they are not attached to the
principal being authorized.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.principal(String principal) |
The principal.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.toBuilder() |
|