public final class ArnUtil extends Object
| Constructor and Description |
|---|
ArnUtil() |
| Modifier and Type | Method and Description |
|---|---|
static software.amazon.awssdk.arns.Arn |
constructStreamArn(@NonNull software.amazon.awssdk.regions.Region region,
@NonNull String accountId,
@NonNull String streamName)
Construct a Kinesis stream ARN.
|
public static software.amazon.awssdk.arns.Arn constructStreamArn(@NonNull
@NonNull software.amazon.awssdk.regions.Region region,
@NonNull
@NonNull String accountId,
@NonNull
@NonNull String streamName)
region - The region the stream exists in.accountId - The account the stream belongs to.streamName - The name of the stream.Arn of the Kinesis stream.Copyright © 2024. All rights reserved.