Package com.ngrok.definitions
Class AwsCredentials
java.lang.Object
com.ngrok.definitions.AwsCredentials
A class encapsulating the
AwsCredentials resource.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID portion of an AWS access key.The secret portion of an AWS access key.inthashCode()static AwsCredentials.BuildernewBuilder(String awsAccessKeyId, String awsSecretAccessKey) Creates a new builder for theAwsCredentialstype.toString()
-
Method Details
-
newBuilder
Creates a new builder for theAwsCredentialstype.- 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
-