public static interface AssociateRoleToGroupRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<AssociateRoleToGroupRequest.Builder,AssociateRoleToGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateRoleToGroupRequest.Builder |
groupId(String groupId)
The ID of the Greengrass group.
|
AssociateRoleToGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateRoleToGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateRoleToGroupRequest.Builder |
roleArn(String roleArn)
The ARN of the role you wish to associate with this group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateRoleToGroupRequest.Builder groupId(String groupId)
groupId - The ID of the Greengrass group.AssociateRoleToGroupRequest.Builder roleArn(String roleArn)
roleArn - The ARN of the role you wish to associate with this group. The existence of the role is not validated.AssociateRoleToGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateRoleToGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.