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