Package com.amazon.SellingPartnerAPIAA
Class LWAAuthorizationCredentials.LWAAuthorizationCredentialsBuilder
- java.lang.Object
-
- com.amazon.SellingPartnerAPIAA.LWAAuthorizationCredentials.LWAAuthorizationCredentialsBuilder
-
- Enclosing class:
- LWAAuthorizationCredentials
public static class LWAAuthorizationCredentials.LWAAuthorizationCredentialsBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description LWAAuthorizationCredentialsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LWAAuthorizationCredentials.LWAAuthorizationCredentialsBuilderwithScope(String scope)LWAAuthorizationCredentials.LWAAuthorizationCredentialsBuilderwithScopes(String... scopes)
-
-
-
Method Detail
-
withScope
public LWAAuthorizationCredentials.LWAAuthorizationCredentialsBuilder withScope(String scope)
-
withScopes
public LWAAuthorizationCredentials.LWAAuthorizationCredentialsBuilder withScopes(String... scopes)
-
-