Uses of Interface
software.amazon.awssdk.services.iot.model.ResourceIdentifier.Builder
-
Packages that use ResourceIdentifier.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ResourceIdentifier.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ResourceIdentifier.Builder Modifier and Type Method Description ResourceIdentifier.BuilderResourceIdentifier.Builder. account(String account)The account with which the resource is associated.static ResourceIdentifier.BuilderResourceIdentifier. builder()ResourceIdentifier.BuilderResourceIdentifier.Builder. caCertificateId(String caCertificateId)The ID of the CA certificate used to authorize the certificate.ResourceIdentifier.BuilderResourceIdentifier.Builder. clientId(String clientId)The client ID.ResourceIdentifier.BuilderResourceIdentifier.Builder. cognitoIdentityPoolId(String cognitoIdentityPoolId)The ID of the Amazon Cognito identity pool.ResourceIdentifier.BuilderResourceIdentifier.Builder. deviceCertificateArn(String deviceCertificateArn)The ARN of the identified device certificate.ResourceIdentifier.BuilderResourceIdentifier.Builder. deviceCertificateId(String deviceCertificateId)The ID of the certificate attached to the resource.ResourceIdentifier.BuilderResourceIdentifier.Builder. iamRoleArn(String iamRoleArn)The ARN of the IAM role that has overly permissive actions.default ResourceIdentifier.BuilderResourceIdentifier.Builder. issuerCertificateIdentifier(Consumer<IssuerCertificateIdentifier.Builder> issuerCertificateIdentifier)The issuer certificate identifier.ResourceIdentifier.BuilderResourceIdentifier.Builder. issuerCertificateIdentifier(IssuerCertificateIdentifier issuerCertificateIdentifier)The issuer certificate identifier.default ResourceIdentifier.BuilderResourceIdentifier.Builder. policyVersionIdentifier(Consumer<PolicyVersionIdentifier.Builder> policyVersionIdentifier)The version of the policy associated with the resource.ResourceIdentifier.BuilderResourceIdentifier.Builder. policyVersionIdentifier(PolicyVersionIdentifier policyVersionIdentifier)The version of the policy associated with the resource.ResourceIdentifier.BuilderResourceIdentifier.Builder. roleAliasArn(String roleAliasArn)The ARN of the role alias that has overly permissive actions.ResourceIdentifier.BuilderResourceIdentifier. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ResourceIdentifier.Builder Modifier and Type Method Description static Class<? extends ResourceIdentifier.Builder>ResourceIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ResourceIdentifier.Builder Modifier and Type Method Description default AuditSuppression.BuilderAuditSuppression.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Sets the value of the ResourceIdentifier property for this object.default CreateAuditSuppressionRequest.BuilderCreateAuditSuppressionRequest.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Sets the value of the ResourceIdentifier property for this object.default DeleteAuditSuppressionRequest.BuilderDeleteAuditSuppressionRequest.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Sets the value of the ResourceIdentifier property for this object.default DescribeAuditSuppressionRequest.BuilderDescribeAuditSuppressionRequest.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Sets the value of the ResourceIdentifier property for this object.default DescribeAuditSuppressionResponse.BuilderDescribeAuditSuppressionResponse.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Sets the value of the ResourceIdentifier property for this object.default ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Information identifying the noncompliant resource.default ListAuditSuppressionsRequest.BuilderListAuditSuppressionsRequest.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Sets the value of the ResourceIdentifier property for this object.default NonCompliantResource.BuilderNonCompliantResource.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Information that identifies the noncompliant resource.default RelatedResource.BuilderRelatedResource.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Information that identifies the resource.default UpdateAuditSuppressionRequest.BuilderUpdateAuditSuppressionRequest.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Sets the value of the ResourceIdentifier property for this object.
-