Interface IamResources.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IamResources.Builder,IamResources>,SdkBuilder<IamResources.Builder,IamResources>,SdkPojo
- Enclosing class:
- IamResources
public static interface IamResources.Builder extends SdkPojo, CopyableBuilder<IamResources.Builder,IamResources>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamResources.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
roleArn
IamResources.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream. For example,
arn:aws:iam::123456789012:role/SERVICE-ROLE-ARN.- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream. For example,arn:aws:iam::123456789012:role/SERVICE-ROLE-ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-