copy

fun Credentials.copy(accessKeyId: String = this.accessKeyId, secretAccessKey: String = this.secretAccessKey, sessionToken: String? = this.sessionToken, expiration: Instant? = this.expiration, providerName: String? = this.providerName, attributes: Attributes? = this.attributes): Credentials