Package com.ngrok.definitions
Class AwsCredentials
java.lang.Object
com.ngrok.definitions.AwsCredentials
A class encapsulating the
AwsCredentials
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The ID portion of an AWS access key.The secret portion of an AWS access key.int
hashCode()
static AwsCredentials.Builder
newBuilder
(String awsAccessKeyId, String awsSecretAccessKey) Creates a new builder for theAwsCredentials
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theAwsCredentials
type.- Parameters:
awsAccessKeyId
- The ID portion of an AWS access key.awsSecretAccessKey
- The secret portion of an AWS access key.- Returns:
- a new
AwsCredentials.Builder
-
getAwsAccessKeyId
The ID portion of an AWS access key.- Returns:
- the value of the property as a
String
-
getAwsSecretAccessKey
The secret portion of an AWS access key. -
equals
-
hashCode
public int hashCode() -
toString
-